about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorDaniel Giger <danielg3432@gmail.com>2021-09-25 16:34:39 -0400
committerGitHub <noreply@github.com>2021-09-25 16:34:39 -0400
commitb51897f604d8e0241e443bd0e6da99b8c13278b3 (patch)
treee92779a66000340f4febf3d2fe24f3d8786b882a /RELEASES.md
parent9620f3a84b079decfdc2e557be007580b097fe43 (diff)
downloadrust-b51897f604d8e0241e443bd0e6da99b8c13278b3.tar.gz
rust-b51897f604d8e0241e443bd0e6da99b8c13278b3.zip
Fix typo in release notes
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 82a0cda9f6b..5ba1f0c055b 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -17,7 +17,7 @@ Compiler
 
 - [Upgrade to LLVM 13.][rust#87570]
 - [Support memory, address, and thread sanitizers on aarch64-unknown-freebsd.][rust#88023]
-- [Allow specifying an deployment target version for all iOS targets][rust#87699]
+- [Allow specifying a deployment target version for all iOS targets][rust#87699]
 - [Warnings can be forced on with `--force-warn`.][rust#87472]
   This feature is primarily intended for usage by `cargo fix`, rather than end users.
 - [Promote `aarch64-apple-ios-sim` to Tier 2\*.][rust#87760]