Skip to content

Commit aa111b1

Browse files
matthiaskrgrpietroalbini
authored andcommitted
releases.md: fix 2 typos
1 parent 70dab4b commit aa111b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Version 1.27.0 (2018-06-21)
201201
Language
202202
--------
203203
- [Removed 'proc' from the reserved keywords list.][49699] This allows `proc` to
204-
be used as an identifer.
204+
be used as an identifier.
205205
- [The dyn syntax is now available.][49968] This syntax is equivalent to the
206206
bare `Trait` syntax, and should make it clearer when being used in tandem with
207207
`impl Trait`. Since it is equivalent to the following syntax:
@@ -4806,7 +4806,7 @@ Language
48064806
--------
48074807

48084808
* Patterns with `ref mut` now correctly invoke [`DerefMut`] when
4809-
matching against dereferencable values.
4809+
matching against dereferenceable values.
48104810

48114811
Libraries
48124812
---------

0 commit comments

Comments
 (0)