Skip to content

Commit a49ec27

Browse files
Update src/doc/src/reference/environment-variables.md
Co-authored-by: Eric Huss <eric@huss.org>
1 parent 819091a commit a49ec27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ let out_dir = env::var("OUT_DIR").unwrap();
310310
those defined in `RUSTFLAGS`). Some examples of what these variables are:
311311
* `CARGO_CFG_UNIX` — Set on [unix-like platforms].
312312
* `CARGO_CFG_WINDOWS` — Set on [windows-like platforms].
313-
* `CARGO_CFG_TARGET_FAMILY=unix` — The [target family], for example `unix` or `windows`.
313+
* `CARGO_CFG_TARGET_FAMILY=unix` — The [target family].
314314
* `CARGO_CFG_TARGET_OS=macos` — The [target operating system].
315315
* `CARGO_CFG_TARGET_ARCH=x86_64` — The CPU [target architecture].
316316
* `CARGO_CFG_TARGET_VENDOR=apple` — The [target vendor].

0 commit comments

Comments
 (0)