mirror of
https://github.com/rust-lang/book.git
synced 2026-09-17 04:00:13 -05:00
Fixes #501
This commit is contained in:
@@ -92,7 +92,7 @@ Now we have a `network::connect` function and a `client::connect` function.
|
||||
These can have completely different functionality, and the function names do
|
||||
not conflict with each other since they’re in different modules.
|
||||
|
||||
While in this case, we’re building a library, there's nothing special about
|
||||
While in this case we’re building a library, there's nothing special about
|
||||
*src/lib.rs*. We could also make use of submodules in *src/main.rs* as well. In
|
||||
fact, we can also put modules inside of modules. This can be useful as your
|
||||
modules grow to keep related functionality organized together and separate
|
||||
|
||||
Reference in New Issue
Block a user