diff --git a/src/ch14-03-cargo-workspaces.md b/src/ch14-03-cargo-workspaces.md index ccbae71463..a0663fc279 100644 --- a/src/ch14-03-cargo-workspaces.md +++ b/src/ch14-03-cargo-workspaces.md @@ -37,7 +37,7 @@ version of Cargo’s resolver algorithm in our workspace by setting the ``` Next, we’ll create the `adder` binary crate by running `cargo new` within the -_add_ directory: +_adder_ directory: