Skip to content

Commit 8c0eacd

Browse files
cake-dukecarols10cents
authored andcommitted
Update ch07-02-defining-modules-to-control-scope-and-privacy.md
1 parent 37c01cb commit 8c0eacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)