We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabff90 commit 876582eCopy full SHA for 876582e
src/expressions.md
@@ -452,7 +452,7 @@ mystruct.method(); // Method expression
452
(mystruct.function_field)() // Call expression containing a field expression
453
```
454
455
-A field access is an [lvalue](lvalues-and-rvalues) referring to the value of
+A field access is an [lvalue](expressions.html#lvalues-and-rvalues) referring to the value of
456
that field. When the subexpression is [mutable](#mutability), the field
457
expression is also mutable.
458
0 commit comments