mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
docs: fix typo
This commit is contained in:
parent
bffece899e
commit
bef07b2de1
@ -271,7 +271,7 @@ impl CompileMode {
|
||||
pub enum UserIntent {
|
||||
/// Build benchmark binaries, e.g., `cargo bench`
|
||||
Bench,
|
||||
/// Build binaries and libraray, e.g., `cargo run`, `cargo install`, `cargo build`.
|
||||
/// Build binaries and libraries, e.g., `cargo run`, `cargo install`, `cargo build`.
|
||||
Build,
|
||||
/// Perform type-check, e.g., `cargo check`.
|
||||
Check { test: bool },
|
||||
|
Loading…
x
Reference in New Issue
Block a user