Skip to content

Commit e79bbf4

Browse files
committed
Auto merge of #12844 - shuoer86:master, r=weihanglo
docs: fix typo
2 parents a275529 + 9ca9d49 commit e79bbf4

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)