Skip to content

Commit 5d9fc0b

Browse files
authored
Fix typo in cargo-yank docs (#16656)
This fixes a (very small) typo in the docs for `cargo-yank`. Specifically, since "unintentional SemVer breakages" is plural, the "an" that was at the beginning of that sentence was incorrect. ### What does this PR try to resolve? There wasn't an issue, just a very tiny typo ### How to test and review this PR? Hopefully this shouldn't need any testing... it's just a change to a markdown file
2 parents e349c66 + bd1036d commit 5d9fc0b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/doc/man/cargo-yank.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ requirements, following a given release being yanked:
5151
### When to yank
5252

5353
Crates should only be yanked in exceptional circumstances, for example, an
54-
accidental publish, an unintentional SemVer breakages, or a significantly
54+
accidental publish, unintentional SemVer breakages, or a significantly
5555
broken and unusable crate. In the case of security vulnerabilities, [RustSec]
5656
is typically a less disruptive mechanism to inform users and encourage them
5757
to upgrade, and avoids the possibility of significant downstream disruption

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ DESCRIPTION
5555

5656
When to yank
5757
Crates should only be yanked in exceptional circumstances, for example,
58-
an accidental publish, an unintentional SemVer breakages, or a
58+
an accidental publish, unintentional SemVer breakages, or a
5959
significantly broken and unusable crate. In the case of security
6060
vulnerabilities, RustSec <https://rustsec.org/> is typically a less
6161
disruptive mechanism to inform users and encourage them to upgrade, and

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ requirements, following a given release being yanked:
5151
### When to yank
5252

5353
Crates should only be yanked in exceptional circumstances, for example, an
54-
accidental publish, an unintentional SemVer breakages, or a significantly
54+
accidental publish, unintentional SemVer breakages, or a significantly
5555
broken and unusable crate. In the case of security vulnerabilities, [RustSec]
5656
is typically a less disruptive mechanism to inform users and encourage them
5757
to upgrade, and avoids the possibility of significant downstream disruption

src/etc/man/cargo-yank.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ T}
8282
.sp
8383
.SS "When to yank"
8484
Crates should only be yanked in exceptional circumstances, for example, an
85-
accidental publish, an unintentional SemVer breakages, or a significantly
85+
accidental publish, unintentional SemVer breakages, or a significantly
8686
broken and unusable crate. In the case of security vulnerabilities, \fIRustSec\fR <https://rustsec.org/>
8787
is typically a less disruptive mechanism to inform users and encourage them
8888
to upgrade, and avoids the possibility of significant downstream disruption

0 commit comments

Comments
 (0)