Skip to content

Commit

Permalink
Rollup merge of rust-lang#52867 - matthiaskrgr:release_typos, r=Mark-…
Browse files Browse the repository at this point in the history
…Simulacrum

releases.md: fix 2 typos
  • Loading branch information
Mark-Simulacrum authored Jul 30, 2018
2 parents b5c3dbc + d933174 commit 97cb818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -4795,7 +4795,7 @@ Language
--------

* Patterns with `ref mut` now correctly invoke [`DerefMut`] when
matching against dereferencable values.
matching against dereferenceable values.

Libraries
---------
Expand Down

0 comments on commit 97cb818

Please sign in to comment.