We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6d12af + a5a5bf9 commit 9bb8b16Copy full SHA for 9bb8b16
1 file changed
src/ch07-05-separating-modules-into-different-files.md
@@ -76,7 +76,7 @@ that module.
76
77
## Summary
78
79
-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
80
so you can refer to items defined in one module from another module. You can do
81
this by specifying absolute or relative paths. These paths can be brought into
82
scope with a `use` statement so you can use a shorter path for multiple uses of
0 commit comments