mirror of
https://github.com/rust-lang/book.git
synced 2026-05-18 20:30:02 -04:00
Update ch07-05-separating-modules-into-different-files.md
This commit is contained in:
@@ -76,7 +76,7 @@ that module.
|
||||
|
||||
## Summary
|
||||
|
||||
Rust lets you organize your packages into crates and your crates into modules
|
||||
Rust lets you divide a package into multiple crates and a crates 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
|
||||
|
||||
Reference in New Issue
Block a user