Skip to content

Commit 1f8a492

Browse files
author
vitalmotif
authored
chore: fix some typos (#12530)
Signed-off-by: vitalmotif <zhangshengqiang@outlook.com>
1 parent 560ecac commit 1f8a492

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages/common/cargo-init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cargo init
22

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

pages/common/cargo-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cargo new
22

33
> Create a new Cargo package.
4-
> Equivalent of `cargo init`, but specifiying a directory is required.
4+
> Equivalent of `cargo init`, but specifying a directory is required.
55
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-new.html>.
66
77
- Create a new Rust project with a binary target:

pages/linux/pkgctl-db-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pkgctl db update
22

3-
> Update the `pacman` database as final release step for packages that have been transfered and staged on <https://repos.archlinux.org>.
3+
> Update the `pacman` database as final release step for packages that have been transferred and staged on <https://repos.archlinux.org>.
44
> More information: <https://man.archlinux.org/man/pkgctl-db-update.1>.
55
66
- Update the binary repository as final release step:

0 commit comments

Comments
 (0)