Skip to content

Commit ed7cbf6

Browse files
committed
update original
1 parent 019a90a commit ed7cbf6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

rustbook-en/book.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ additional-css = ["ferris.css", "theme/2018-edition.css", "theme/semantic-notes.
1010
additional-js = ["ferris.js"]
1111
git-repository-url = "https://github.com/rust-lang/book"
1212

13+
[output.html.search]
14+
use-boolean-and = true
15+
1316
[output.html.redirect]
1417
"ch17-00-oop.html" = "ch18-00-oop.html"
1518
"ch17-01-what-is-oo.html" = "ch18-01-what-is-oo.html"

rustbook-en/src/ch07-02-defining-modules-to-control-scope-and-privacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ to find the definitions relevant to them. Programmers adding new functionality
144144
to this code would know where to place the code to keep the program organized.
145145

146146
Earlier, we mentioned that _src/main.rs_ and _src/lib.rs_ are called _crate
147-
roots__. The reason for their name is that the contents of either of these two
147+
roots_. The reason for their name is that the contents of either of these two
148148
files form a module named `crate` at the root of the crate’s module structure,
149149
known as the _module tree_.
150150

0 commit comments

Comments
 (0)