Skip to content

Commit

Permalink
Fix typo in Chapter 7 Section 3
Browse files Browse the repository at this point in the history
Fix typo in Chapter 7 Section 3, changing "start an executable that calls code with the library crate." to "start an executable that calls code within the library crate."
  • Loading branch information
matthewjnield authored Oct 8, 2023
1 parent 08d3496 commit 1402554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ interested in this topic, see [The Rust API Guidelines][api-guidelines].
> well as a *src/lib.rs* library crate root, and both crates will have the
> 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
> crate to start an executable that calls code within the library crate. This
> lets other projects benefit from most of the functionality that the package
> provides, because the library crate’s code can be shared.
>
Expand Down

0 comments on commit 1402554

Please sign in to comment.