We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da6ea9b + daa0b48 commit 0e5ed7aCopy full SHA for 0e5ed7a
src/expressions.md
@@ -206,7 +206,7 @@ The following expressions can be mutable place expression contexts:
206
* Dereference of a variable, or field of a variable, with type `&mut T`. Note:
207
This is an exception to the requirement of the next rule.
208
* Dereferences of a type that implements `DerefMut`: this then requires that
209
- the value being dereferenced is evaluated is a mutable place expression context.
+ the value being dereferenced is evaluated in a mutable place expression context.
210
* [Array indexing] of a type that implements `IndexMut`: this
211
then evaluates the value being indexed, but not the index, in mutable place
212
expression context.
0 commit comments