mirror of
https://github.com/rust-lang/book.git
synced 2026-05-17 12:03:53 -04:00
Fix typo in Chapter 7 Section 3
Fix typo in Chapter 7 Section 3, changing "benefit from the most functionality" to "benefit from most of the functionality"
This commit is contained in:
@@ -185,7 +185,7 @@ interested in this topic, see [The Rust API Guidelines][api-guidelines].
|
||||
> package name by default. Typically, packages with this pattern of containing
|
||||
> both a library and a binary crate will have just enough code in the binary
|
||||
> crate to start an executable that calls code with the library crate. This
|
||||
> lets other projects benefit from the most functionality that the package
|
||||
> lets other projects benefit from most of the functionality that the package
|
||||
> provides, because the library crate’s code can be shared.
|
||||
>
|
||||
> The module tree should be defined in *src/lib.rs*. Then, any public items can
|
||||
|
||||
Reference in New Issue
Block a user