File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ Version 1.27.0 (2018-06-21)
201
201
Language
202
202
--------
203
203
- [ Removed 'proc' from the reserved keywords list.] [ 49699 ] This allows ` proc ` to
204
- be used as an identifer .
204
+ be used as an identifier .
205
205
- [ The dyn syntax is now available.] [ 49968 ] This syntax is equivalent to the
206
206
bare ` Trait ` syntax, and should make it clearer when being used in tandem with
207
207
` impl Trait ` . Since it is equivalent to the following syntax:
@@ -4806,7 +4806,7 @@ Language
4806
4806
--------
4807
4807
4808
4808
* Patterns with ` ref mut ` now correctly invoke [ ` DerefMut ` ] when
4809
- matching against dereferencable values.
4809
+ matching against dereferenceable values.
4810
4810
4811
4811
Libraries
4812
4812
---------
You can’t perform that action at this time.
0 commit comments