about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2021-05-22 18:52:06 +0200
committerGitHub <noreply@github.com>2021-05-22 18:52:06 +0200
commitb36e1a63e013f75a9b69b3e149f112dee2cfd6f4 (patch)
tree74679b500ce1fefc3596e0060282b7ff821591ec /RELEASES.md
parentb7cad35f7f251478fb166dab9dfe88b40c50c463 (diff)
downloadrust-b36e1a63e013f75a9b69b3e149f112dee2cfd6f4.tar.gz
rust-b36e1a63e013f75a9b69b3e149f112dee2cfd6f4.zip
Update RELEASES.md
Co-authored-by: Joshua Nelson <jyn514@gmail.com>
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 8a1d686febc..2aadd5a9e33 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -8,7 +8,7 @@ Language
   such as `◆` or `🦀`. More specifically you can now use any identifier that
   matches the UAX #31 "Unicode Identifier and Pattern Syntax" standard. This
   is the same standard as languages like Python, however Rust uses NFC
-  normalisation which may be different from other languages.
+  normalization which may be different from other languages.
 - [You can now specify "or patterns" inside pattern matches.][79278]
   Previously you could only use `|` (OR) on complete patterns. E.g.
   ```rust