Skip to content

Commit ba02319

Browse files
adetaylortmandry
andauthored
Update src/expressions/method-call-expr.md
Co-authored-by: Tyler Mandry <[email protected]>
1 parent 875073f commit ba02319

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
@@ -60,7 +60,7 @@ then the candidate types would be `&SmartPtr<Foo>`, `SmartPtr<Foo>` and `Foo`.
6060
## Determining candidate methods
6161

6262
This list of candidate types is then converted to a list of candidate methods.
63-
For each step, the `self` type is used to determine what searches to perform:
63+
For each step, the candidate type is used to determine what searches to perform:
6464

6565
* For a trait object, there is first a search for inherent candidates for
6666
the object, then inherent impl candidates for the type.

0 commit comments

Comments
 (0)