Skip to content

Commit d933174

Browse files
committed
releases.md: fix 2 typos
1 parent 54628c8 commit d933174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Version 1.27.0 (2018-06-21)
190190
Language
191191
--------
192192
- [Removed 'proc' from the reserved keywords list.][49699] This allows `proc` to
193-
be used as an identifer.
193+
be used as an identifier.
194194
- [The dyn syntax is now available.][49968] This syntax is equivalent to the
195195
bare `Trait` syntax, and should make it clearer when being used in tandem with
196196
`impl Trait`. Since it is equivalent to the following syntax:
@@ -4795,7 +4795,7 @@ Language
47954795
--------
47964796

47974797
* Patterns with `ref mut` now correctly invoke [`DerefMut`] when
4798-
matching against dereferencable values.
4798+
matching against dereferenceable values.
47994799

48004800
Libraries
48014801
---------

0 commit comments

Comments
 (0)