Skip to content

Commit c4312a4

Browse files
committed
docs(cargo-test): missing apostrophe for possessive nouns
1 parent 2cf2c32 commit c4312a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/doc/man/cargo-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For documentation tests, the working directory when invoking `rustdoc` is set to
6969
the workspace root directory, and is also the directory `rustdoc` uses as the
7070
compilation directory of each documentation test.
7171
The working directory when running each documentation test is set to the root
72-
directory of the package the test belongs to, and is controlled via `rustdoc`s
72+
directory of the package the test belongs to, and is controlled via `rustdoc`'s
7373
`--test-run-directory` option.
7474

7575
## OPTIONS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DESCRIPTION
6464
uses as the compilation directory of each documentation test. The
6565
working directory when running each documentation test is set to the
6666
root directory of the package the test belongs to, and is controlled via
67-
rustdocs --test-run-directory option.
67+
rustdoc’s --test-run-directory option.
6868

6969
OPTIONS
7070
Test Options

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For documentation tests, the working directory when invoking `rustdoc` is set to
6969
the workspace root directory, and is also the directory `rustdoc` uses as the
7070
compilation directory of each documentation test.
7171
The working directory when running each documentation test is set to the root
72-
directory of the package the test belongs to, and is controlled via `rustdoc`s
72+
directory of the package the test belongs to, and is controlled via `rustdoc`'s
7373
`--test-run-directory` option.
7474

7575
## OPTIONS

src/etc/man/cargo-test.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For documentation tests, the working directory when invoking \fBrustdoc\fR is se
6464
the workspace root directory, and is also the directory \fBrustdoc\fR uses as the
6565
compilation directory of each documentation test.
6666
The working directory when running each documentation test is set to the root
67-
directory of the package the test belongs to, and is controlled via \fBrustdoc\fRs
67+
directory of the package the test belongs to, and is controlled via \fBrustdoc\fR\[cq]s
6868
\fB\-\-test\-run\-directory\fR option.
6969
.SH "OPTIONS"
7070
.SS "Test Options"

0 commit comments

Comments
 (0)