Skip to content

Commit c6c5fac

Browse files
Typos
1 parent 83a7983 commit c6c5fac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/src/reference/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Can be overridden with the `--target-dir` CLI option.
365365
* Default: none
366366
* Environment: `CARGO_BUILD_RUSTFLAGS` or `CARGO_ENCODED_RUSTFLAGS` or `RUSTFLAGS`
367367

368-
Extra command-line flags to pass to `rustc`. The value may be a array of
368+
Extra command-line flags to pass to `rustc`. The value may be an array of
369369
strings or a space-separated string.
370370

371371
There are four mutually exclusive sources of extra flags. They are checked in
@@ -402,7 +402,7 @@ appropriate profile setting.
402402
* Default: none
403403
* Environment: `CARGO_BUILD_RUSTDOCFLAGS` or `CARGO_ENCODED_RUSTDOCFLAGS` or `RUSTDOCFLAGS`
404404

405-
Extra command-line flags to pass to `rustdoc`. The value may be a array of
405+
Extra command-line flags to pass to `rustdoc`. The value may be an array of
406406
strings or a space-separated string.
407407

408408
There are three mutually exclusive sources of extra flags. They are checked in
@@ -974,7 +974,7 @@ the `<triple>` will take precedence. It is an error if more than one
974974
* Environment: `CARGO_TARGET_<triple>_RUSTFLAGS`
975975

976976
Passes a set of custom flags to the compiler for this `<triple>`. The value
977-
may be a array of strings or a space-separated string.
977+
may be an array of strings or a space-separated string.
978978

979979
See [`build.rustflags`](#buildrustflags) for more details on the different
980980
ways to specific extra flags.

0 commit comments

Comments
 (0)