about summary refs log tree commit diff
path: root/src/doc/rustc
diff options
context:
space:
mode:
authorTobias Bucher <tobiasbucher5991@gmail.com>2024-12-21 10:18:39 +0100
committerTobias Bucher <tobiasbucher5991@gmail.com>2024-12-21 10:18:39 +0100
commit84f8faf17c9d3f3e484cd73f8bdd013bce267eb9 (patch)
tree612d0ab5078ea3a29df66f12fd61f54916f81234 /src/doc/rustc
parent73c278fd936c8eab4c8c6c6cb638da091b1e6740 (diff)
downloadrust-84f8faf17c9d3f3e484cd73f8bdd013bce267eb9.tar.gz
rust-84f8faf17c9d3f3e484cd73f8bdd013bce267eb9.zip
on pair → on par
Diffstat (limited to 'src/doc/rustc')
-rw-r--r--src/doc/rustc/src/platform-support/pc-windows-gnullvm.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc/src/platform-support/pc-windows-gnullvm.md b/src/doc/rustc/src/platform-support/pc-windows-gnullvm.md
index ed55bcf4f35..89c4cdb2afc 100644
--- a/src/doc/rustc/src/platform-support/pc-windows-gnullvm.md
+++ b/src/doc/rustc/src/platform-support/pc-windows-gnullvm.md
@@ -17,9 +17,9 @@ Target triples available so far:
 ## Requirements
 
 The easiest way to obtain these targets is cross-compilation, but native build from `x86_64-pc-windows-gnu` is possible with few hacks which I don't recommend.
-Std support is expected to be on pair with `*-pc-windows-gnu`.
+Std support is expected to be on par with `*-pc-windows-gnu`.
 
-Binaries for this target should be at least on pair with `*-pc-windows-gnu` in terms of requirements and functionality.
+Binaries for this target should be at least on par with `*-pc-windows-gnu` in terms of requirements and functionality.
 
 Those targets follow Windows calling convention for `extern "C"`.