Skip to content

Commit 220767c

Browse files
committed
Auto merge of #12844 - shuoer86:master, r=weihanglo
docs: fix typo
2 parents a918b59 + 6c25791 commit 220767c

33 files changed

+33
-33
lines changed

src/doc/man/cargo-rustc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The `rustc` subcommand will treat the following named profiles with special beha
6565
* `bench` --- Builds in the same was as the {{man "cargo-bench" 1}} command,
6666
similar to the `test` profile.
6767

68-
See the [the reference](../reference/profiles.html) for more details on profiles.
68+
See [the reference](../reference/profiles.html) for more details on profiles.
6969
{{/option}}
7070

7171
{{> options-ignore-rust-version }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ OPTIONS
236236
documentation for more details.
237237

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ OPTIONS
157157
--profile option for choosing a specific profile by name.
158158

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ OPTIONS
161161
the test cfg option. See rustc tests
162162
<https://doc.rust-lang.org/rustc/tests/index.html> for more detail.
163163

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ OPTIONS
132132
--profile option for choosing a specific profile by name.
133133

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ OPTIONS
234234
the test cfg option. See rustc tests
235235
<https://doc.rust-lang.org/rustc/tests/index.html> for more detail.
236236

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ OPTIONS
212212
the --profile option for choosing a specific profile by name.
213213

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ OPTIONS
8080
--profile option for choosing a specific profile by name.
8181

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ OPTIONS
165165
o bench — Builds in the same was as the cargo-bench(1) command,
166166
similar to the test profile.
167167

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ OPTIONS
148148
--profile option for choosing a specific profile by name.
149149

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

0 commit comments

Comments
 (0)