Skip to content

Commit 9bb8b16

Browse files
authored
Merge pull request #2092 from Aleru/master
Make a portion of text less ambiguous
2 parents e6d12af + a5a5bf9 commit 9bb8b16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ch07-05-separating-modules-into-different-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ that module.
7676

7777
## Summary
7878

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

0 commit comments

Comments
 (0)