We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04d5d5d + 8c45228 commit 8c31315Copy full SHA for 8c31315
src/expressions.md
@@ -155,7 +155,7 @@ The following expressions can be mutable place expression contexts:
155
This is an exception to the requirement of the next rule.
156
* Dereferences of a type that implements `DerefMut`, this then requires that
157
the value being dereferenced is evaluated is a mutable place expression context.
158
-* [Array indexing] of a type that implements `DerefMut`, this
+* [Array indexing] of a type that implements `IndexMut`, this
159
then evaluates the value being indexed, but not the index, in mutable place
160
expression context.
161
0 commit comments