diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-12-21 22:16:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-21 22:16:04 +0100 |
| commit | 0cfabd5d60984c21413db48865c1fa5c846b6fa7 (patch) | |
| tree | 2e597feefd0c8c1e32fddfedcb8c1e921af00fe2 | |
| parent | 22de6f6880a1728d0d27655ef1272a0e43182f60 (diff) | |
| parent | 84f8faf17c9d3f3e484cd73f8bdd013bce267eb9 (diff) | |
| download | rust-0cfabd5d60984c21413db48865c1fa5c846b6fa7.tar.gz rust-0cfabd5d60984c21413db48865c1fa5c846b6fa7.zip | |
Rollup merge of #134607 - tbu-:pr_fix_typo3, r=oli-obk
on pair → on par
| -rw-r--r-- | src/doc/rustc/src/platform-support/pc-windows-gnullvm.md | 4 |
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"`. |
