about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2021-09-25 18:22:22 -0700
committerGitHub <noreply@github.com>2021-09-25 18:22:22 -0700
commit7d9a0e5da9a9a4afc3082bff06cf8618da4dabcb (patch)
tree6ca1cabca774e0b9e29a500cc78dfcc979fa9bc6
parent04d3f93a2b5ff2f34ad4921909caf79ab19676c0 (diff)
parentb51897f604d8e0241e443bd0e6da99b8c13278b3 (diff)
downloadrust-7d9a0e5da9a9a4afc3082bff06cf8618da4dabcb.tar.gz
rust-7d9a0e5da9a9a4afc3082bff06cf8618da4dabcb.zip
Rollup merge of #89256 - danielg1111:fix_typo, r=Mark-Simulacrum
Fix typo in release notes
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index c2e09eb13c3..ef1377a4a32 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]