about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2018-07-30 17:41:19 +0200
committerMatthias Krüger <matthias.krueger@famsik.de>2018-07-30 17:41:19 +0200
commitd9331749f152b60ea376016fa387ed9eea5e8e04 (patch)
treebedce372f8493f4d5de0971657ab4741f7247a00
parent54628c8ea844956f3f4f416b82067c634eb09f7b (diff)
downloadrust-d9331749f152b60ea376016fa387ed9eea5e8e04.tar.gz
rust-d9331749f152b60ea376016fa387ed9eea5e8e04.zip
releases.md: fix 2 typos
-rw-r--r--RELEASES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index b983851f881..0368c5414e1 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -190,7 +190,7 @@ Version 1.27.0 (2018-06-21)
 Language
 --------
 - [Removed 'proc' from the reserved keywords list.][49699] This allows `proc` to
-  be used as an identifer.
+  be used as an identifier.
 - [The dyn syntax is now available.][49968] This syntax is equivalent to the
   bare `Trait` syntax, and should make it clearer when being used in tandem with
   `impl Trait`. Since it is equivalent to the following syntax:
@@ -4795,7 +4795,7 @@ Language
 --------
 
 * Patterns with `ref mut` now correctly invoke [`DerefMut`] when
-  matching against dereferencable values.
+  matching against dereferenceable values.
 
 Libraries
 ---------