chore: fix some typos (#12530)

Signed-off-by: vitalmotif <zhangshengqiang@outlook.com>
This commit is contained in:
vitalmotif
2024-03-20 20:13:42 +08:00
committed by GitHub
parent 560ecac942
commit 1f8a4928f6
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# cargo init
> Create a new Cargo package.
> Equivalent of `cargo new`, but specifiying a directory is optional.
> Equivalent of `cargo new`, but specifying a directory is optional.
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-init.html>.
- Initialize a Rust project with a binary target in the current directory: