Skip to content

Commit da3648a

Browse files
authored
Merge pull request #2247 from seishun/patch-1
Add missing apostrophe
2 parents 72998b7 + 449518e commit da3648a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ see and do everything in the restaurant in which they operate.
9797
Rust chose to have the module system function this way so that hiding inner
9898
implementation details is the default. That way, you know which parts of the
9999
inner code you can change without breaking outer code. But you can expose inner
100-
parts of child modules code to outer ancestor modules by using the `pub`
100+
parts of child modules' code to outer ancestor modules by using the `pub`
101101
keyword to make an item public.
102102

103103
### Exposing Paths with the `pub` Keyword

0 commit comments

Comments
 (0)