Skip to content

Commit cf09f37

Browse files
committed
Auto merge of #10657 - hi-rustin:rustin-patch-docs-typo, r=weihanglo
Fix typo See: #10633 (comment) r? `@epage`
2 parents 23ae8a0 + f6d4039 commit cf09f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Can be overridden with the `--target-dir` CLI option.
368368
Extra command-line flags to pass to `rustc`. The value may be a array of
369369
strings or a space-separated string.
370370

371-
There are three mutually exclusive sources of extra flags. They are checked in
371+
There are four mutually exclusive sources of extra flags. They are checked in
372372
order, with the first one being used:
373373

374374
1. `CARGO_ENCODED_RUSTFLAGS` environment variable.
@@ -405,7 +405,7 @@ appropriate profile setting.
405405
Extra command-line flags to pass to `rustdoc`. The value may be a array of
406406
strings or a space-separated string.
407407

408-
There are two mutually exclusive sources of extra flags. They are checked in
408+
There are three mutually exclusive sources of extra flags. They are checked in
409409
order, with the first one being used:
410410

411411
1. `CARGO_ENCODED_RUSTDOCFLAGS` environment variable.

0 commit comments

Comments
 (0)