From ed3eb6dbc75050577127bc5d5be218acf3e480dc Mon Sep 17 00:00:00 2001 From: TimTheBig <132001783+TimTheBig@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:41:04 -0400 Subject: [PATCH] Update src/doc/rustc/src/platform-support/aarch64-apple-darwin.md Co-authored-by: Laine Taffin Altman --- src/doc/rustc/src/platform-support/aarch64-apple-darwin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc/src/platform-support/aarch64-apple-darwin.md b/src/doc/rustc/src/platform-support/aarch64-apple-darwin.md index 9932cca4cb049..e89eff4456704 100644 --- a/src/doc/rustc/src/platform-support/aarch64-apple-darwin.md +++ b/src/doc/rustc/src/platform-support/aarch64-apple-darwin.md @@ -2,7 +2,7 @@ **Tier: 2 with host tools** -64-bit ARM-based Apple devices running macOS, Macs with M1 or M2 Apple Silicon chips. M3 or higher is [`arm64e-apple-darwin`](platform-support/arm64e-apple-darwin.md). +64-bit Arm-based Apple devices running macOS: Macs with M1-family or later Apple Silicon CPUs. ## Target maintainers