Skip to content

Commit

Permalink
Remove repeated definite articles
Browse files Browse the repository at this point in the history
Signed-off-by: cui fliter <[email protected]>
  • Loading branch information
cuishuang committed May 1, 2023
1 parent e19e651 commit 1389d32
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-bench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ OPTIONS
documentation for more details.

--profile name
Benchmark with the given profile. See the reference
Benchmark with the given profile. See the the reference
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
details on profiles.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ OPTIONS
--profile option for choosing a specific profile by name.

--profile name
Build with the given profile. See the reference
Build with the given profile. See the the reference
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
details on profiles.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ OPTIONS
the test cfg option. See rustc tests
<https://doc.rust-lang.org/rustc/tests/index.html> for more detail.

See the reference
See the the reference
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
details on profiles.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ OPTIONS
--profile option for choosing a specific profile by name.

--profile name
Document with the given profile. See the reference
Document with the given profile. See the the reference
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
details on profiles.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-fix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ OPTIONS
the test cfg option. See rustc tests
<https://doc.rust-lang.org/rustc/tests/index.html> for more detail.

See the reference
See the the reference
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
details on profiles.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ OPTIONS
--profile option for choosing a specific profile by name.

--profile name
Install with the given profile. See the reference
Install with the given profile. See the the reference
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
details on profiles.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-run.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ OPTIONS
--profile option for choosing a specific profile by name.

--profile name
Run with the given profile. See the reference
Run with the given profile. See the the reference
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
details on profiles.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-rustc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ OPTIONS
o bench — Builds in the same was as the cargo-bench(1) command,
similar to the test profile.

See the reference
See the the reference
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
details on profiles.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-rustdoc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ OPTIONS
--profile option for choosing a specific profile by name.

--profile name
Document with the given profile. See the reference
Document with the given profile. See the the reference
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
details on profiles.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ OPTIONS
--profile option for choosing a specific profile by name.

--profile name
Test with the given profile. See the reference
Test with the given profile. See the the reference
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
details on profiles.

Expand Down

0 comments on commit 1389d32

Please sign in to comment.