Fix grammar in 07-03

This commit is contained in:
Ynda Jas 2024-03-09 02:23:59 +00:00
parent 65cb1229a6
commit af775b870f
1 changed files with 1 additions and 1 deletions

View File

@ -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 crates code can be shared.
>
> The module tree should be defined in *src/lib.rs*. Then, any public items can