Skip to content

Commit bef07b2

Browse files
committed
docs: fix typo
1 parent bffece8 commit bef07b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/build_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ impl CompileMode {
271271
pub enum UserIntent {
272272
/// Build benchmark binaries, e.g., `cargo bench`
273273
Bench,
274-
/// Build binaries and libraray, e.g., `cargo run`, `cargo install`, `cargo build`.
274+
/// Build binaries and libraries, e.g., `cargo run`, `cargo install`, `cargo build`.
275275
Build,
276276
/// Perform type-check, e.g., `cargo check`.
277277
Check { test: bool },

0 commit comments

Comments
 (0)