Skip to content

Commit 1f63f1d

Browse files
committed
Auto merge of #11908 - nabijaczleweli:master, r=ehuss
src/doc/src/reference/build-scripts.md: a{n =>} benchmark target ### What does this PR try to resolve? "an benchmark target" ### How should we test and review this PR? idk, reading it is a good start, maybe compare to [the original](https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#cargorustc-link-arg-benchesflag). it may help to vocalise out loud that *b* is not a vowel, too
2 parents 5d3a85e + 3c7578f commit 1f63f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/build-scripts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ target.
206206
#### `cargo:rustc-link-arg-benches=FLAG`
207207

208208
The `rustc-link-arg-benches` instruction tells Cargo to pass the [`-C
209-
link-arg=FLAG` option][link-arg] to the compiler, but only when building an benchmark
209+
link-arg=FLAG` option][link-arg] to the compiler, but only when building a benchmark
210210
target.
211211

212212
<a id="rustc-link-search"></a>

0 commit comments

Comments
 (0)