Skip to content

Commit 1b61c2a

Browse files
committed
use more simple english
1 parent 4958f50 commit 1b61c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/src/installation/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ By default `rustup` on Windows configures Rust to target the MSVC ABI, that is
1919
a target tuple of either `i686-pc-windows-msvc`, `x86_64-pc-windows-msvc`, or `aarch64-pc-windows-msvc`
2020
depending on the CPU architecture of the host Windows OS. The toolchains that
2121
`rustup` chooses to install, unless told otherwise through the [toolchain
22-
specification], will be compiled to run on that target tuple host and will
22+
specification], will be compiled to run on that host target, and will
2323
target that tuple by default.
2424

2525
You can change this behavior with `rustup set default-host` or during

0 commit comments

Comments
 (0)