Skip to content

Commit 16bc872

Browse files
committed
docs(man): typo fixes
1 parent bd31d7c commit 16bc872

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/doc/man/cargo-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ While not recommended, you can specify a yanked version of a package (nightly on
4747
When possible, try other non-yanked SemVer-compatible versions or seek help
4848
from the maintainers of the package.
4949

50-
A compatible `pre-release` version can also be specified even when the version requirement in `Cargo.toml` doesn't contain any pre-release identifer (nightly only).
50+
A compatible `pre-release` version can also be specified even when the version requirement in `Cargo.toml` doesn't contain any pre-release identifier (nightly only).
5151
{{/option}}
5252

5353
{{#option "`-w`" "`--workspace`" }}

src/doc/man/generated_txt/cargo-update.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ OPTIONS
4242

4343
A compatible pre-release version can also be specified even when the
4444
version requirement in Cargo.toml doesn’t contain any pre-release
45-
identifer (nightly only).
45+
identifier (nightly only).
4646

4747
-w, --workspace
4848
Attempt to update only packages defined in the workspace. Other

src/doc/src/commands/cargo-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ revision (such as a SHA hash or tag).</p>
4343
<p>While not recommended, you can specify a yanked version of a package (nightly only).
4444
When possible, try other non-yanked SemVer-compatible versions or seek help
4545
from the maintainers of the package.</p>
46-
<p>A compatible <code>pre-release</code> version can also be specified even when the version requirement in <code>Cargo.toml</code> doesn’t contain any pre-release identifer (nightly only).</dd>
46+
<p>A compatible <code>pre-release</code> version can also be specified even when the version requirement in <code>Cargo.toml</code> doesn’t contain any pre-release identifier (nightly only).</dd>
4747

4848

4949
<dt class="option-term" id="option-cargo-update--w"><a class="option-anchor" href="#option-cargo-update--w"></a><code>-w</code></dt>

src/etc/man/cargo-update.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ While not recommended, you can specify a yanked version of a package (nightly on
4444
When possible, try other non\-yanked SemVer\-compatible versions or seek help
4545
from the maintainers of the package.
4646
.sp
47-
A compatible \fBpre\-release\fR version can also be specified even when the version requirement in \fBCargo.toml\fR doesn\[cq]t contain any pre\-release identifer (nightly only).
47+
A compatible \fBpre\-release\fR version can also be specified even when the version requirement in \fBCargo.toml\fR doesn\[cq]t contain any pre\-release identifier (nightly only).
4848
.RE
4949
.sp
5050
\fB\-w\fR,

0 commit comments

Comments
 (0)