Skip to content

Commit 876582e

Browse files
committed
one more, sheesh
1 parent fabff90 commit 876582e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ mystruct.method(); // Method expression
452452
(mystruct.function_field)() // Call expression containing a field expression
453453
```
454454

455-
A field access is an [lvalue](lvalues-and-rvalues) referring to the value of
455+
A field access is an [lvalue](expressions.html#lvalues-and-rvalues) referring to the value of
456456
that field. When the subexpression is [mutable](#mutability), the field
457457
expression is also mutable.
458458

0 commit comments

Comments
 (0)