docs: fix typo

This commit is contained in:
Weihang Lo 2025-05-29 08:27:11 -04:00
parent bffece899e
commit bef07b2de1
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -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 },