Skip to content

Commit 8c16081

Browse files
adetaylortmandry
andauthored
Update src/expressions/method-call-expr.md
Co-authored-by: Tyler Mandry <tmandry@gmail.com>
1 parent 8e682a6 commit 8c16081

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
@@ -66,7 +66,7 @@ For each step, the candidate type is used to determine what searches to perform:
6666
the object, then inherent impl candidates for the type.
6767
* For a struct, enum, or foreign type, there is a search for inherent
6868
impl candidates for the type.
69-
* For a type param, there's a search for for inherent candidates on the param.
69+
* For a type param, there's a search for inherent candidates on the param.
7070
* For various simpler types (listed below) there's a search for inherent
7171
candidates for the incoherent type.
7272
* After any of these, there's a further search for extension candidates for

0 commit comments

Comments
 (0)