Skip to content

Commit 8de70e4

Browse files
committed
address nagisa's feedback
1 parent a70a437 commit 8de70e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2020-12-31-Rust-1.49.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ changes not covered by this post.
3333

3434
The Rust compiler supports [a wide variety of targets][platform-support], but
3535
the Rust Team can't provide the same level of support for all of them. To
36-
clearly mark how supported each target is, we created a tiering system:
36+
clearly mark how supported each target is, we use a tiering system:
3737

3838
* Tier 3 targets are technically supported by the compiler, but we don't check
3939
whether their code build or passes the tests, and we don't provide any
@@ -64,7 +64,7 @@ target.
6464
Rust 1.49.0 also features two targets reaching Tier 2 support:
6565

6666
* The `aarch64-apple-darwin` target brings support for Rust on Apple M1 systems.
67-
* The `aarch64-pc-windows-mvc` target brings support for Rust on 64-bit ARM
67+
* The `aarch64-pc-windows-msvc` target brings support for Rust on 64-bit ARM
6868
devices running Windows on ARM.
6969

7070
Developers can expect both of those targets to have prebuilt binaries

0 commit comments

Comments
 (0)