We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4958f50 commit 1b61c2aCopy full SHA for 1b61c2a
doc/user-guide/src/installation/windows.md
@@ -19,7 +19,7 @@ By default `rustup` on Windows configures Rust to target the MSVC ABI, that is
19
a target tuple of either `i686-pc-windows-msvc`, `x86_64-pc-windows-msvc`, or `aarch64-pc-windows-msvc`
20
depending on the CPU architecture of the host Windows OS. The toolchains that
21
`rustup` chooses to install, unless told otherwise through the [toolchain
22
-specification], will be compiled to run on that target tuple host and will
+specification], will be compiled to run on that host target, and will
23
target that tuple by default.
24
25
You can change this behavior with `rustup set default-host` or during
0 commit comments