diff options
| author | Jonathan 'theJPster' Pallant <github@thejpster.org.uk> | 2025-09-11 22:05:24 +0100 |
|---|---|---|
| committer | Jonathan 'theJPster' Pallant <github@thejpster.org.uk> | 2025-09-11 22:05:24 +0100 |
| commit | a0d1f5a3fb8b9554cb4ac5d0b8ffc75233a20dda (patch) | |
| tree | 317e4156bed7aa17d5ef4b93582aeeab19c7eab7 | |
| parent | 1621ce6a083b33298f83a00aa31633a30775b512 (diff) | |
| download | rust-a0d1f5a3fb8b9554cb4ac5d0b8ffc75233a20dda.tar.gz rust-a0d1f5a3fb8b9554cb4ac5d0b8ffc75233a20dda.zip | |
Insert missing word.
| -rw-r--r-- | src/doc/rustc/src/platform-support/aarch64-unknown-none.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc/src/platform-support/aarch64-unknown-none.md b/src/doc/rustc/src/platform-support/aarch64-unknown-none.md index a9c72d8cc9d..bcdf4271b12 100644 --- a/src/doc/rustc/src/platform-support/aarch64-unknown-none.md +++ b/src/doc/rustc/src/platform-support/aarch64-unknown-none.md @@ -106,8 +106,8 @@ run your code on. ## Start-up and Low-Level Code The [Rust Embedded Devices Working Group Arm Team] maintain the -[`aarch64-cpu`], which may be useful for writing bare-metal code using this -target. +[`aarch64-cpu`] crate, which may be useful for writing bare-metal code using +this target. The *TrustedFirmware* group also maintain [Rust crates for this target](https://github.com/ArmFirmwareCrates). |
