Skip to content

Commit 3162b6d

Browse files
committed
Fix link on method call page
1 parent 134f419 commit 3162b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/method-call-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ and function invocation.
9393
[visible]: visibility-and-privacy.html
9494
[array]: types.html#array-and-slice-types
9595
[trait objects]: types.html#trait-objects
96-
[disambiguate call]: expressions/call-expr.html#disambiguating-function-calls
96+
[disambiguating function call syntax]: expressions/call-expr.html#disambiguating-function-calls
9797
[dereference]: expressions/operator-expr.html#the-dereference-operator
9898
[methods]: items/associated-items.html#methods

0 commit comments

Comments
 (0)