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 @@ -190,7 +190,7 @@ Version 1.27.0 (2018-06-21)
190
190
Language
191
191
--------
192
192
- [ Removed 'proc' from the reserved keywords list.] [ 49699 ] This allows ` proc ` to
193
- be used as an identifer .
193
+ be used as an identifier .
194
194
- [ The dyn syntax is now available.] [ 49968 ] This syntax is equivalent to the
195
195
bare ` Trait ` syntax, and should make it clearer when being used in tandem with
196
196
` impl Trait ` . Since it is equivalent to the following syntax:
@@ -4795,7 +4795,7 @@ Language
4795
4795
--------
4796
4796
4797
4797
* Patterns with ` ref mut ` now correctly invoke [ ` DerefMut ` ] when
4798
- matching against dereferencable values.
4798
+ matching against dereferenceable values.
4799
4799
4800
4800
Libraries
4801
4801
---------
You can’t perform that action at this time.
0 commit comments