chore: fix some typos (#12530)
Signed-off-by: vitalmotif <zhangshengqiang@outlook.com>
This commit is contained in:
@@ -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:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# cargo new
|
||||
|
||||
> Create a new Cargo package.
|
||||
> Equivalent of `cargo init`, but specifiying a directory is required.
|
||||
> Equivalent of `cargo init`, but specifying a directory is required.
|
||||
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-new.html>.
|
||||
|
||||
- Create a new Rust project with a binary target:
|
||||
|
Reference in New Issue
Block a user