Skip to content

Commit

Permalink
Merge pull request #2092 from Aleru/master
Browse files Browse the repository at this point in the history
Make a portion of text less ambiguous
  • Loading branch information
steveklabnik authored Oct 14, 2019
2 parents e6d12af + a5a5bf9 commit 9bb8b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch07-05-separating-modules-into-different-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ that module.

## Summary

Rust lets you organize your packages into crates and your crates into modules
Rust lets you split a package into multiple crates and a crate into modules
so you can refer to items defined in one module from another module. You can do
this by specifying absolute or relative paths. These paths can be brought into
scope with a `use` statement so you can use a shorter path for multiple uses of
Expand Down

0 comments on commit 9bb8b16

Please sign in to comment.