Skip to content

Commit a8c7502

Browse files
committed
Small edit.
1 parent 8c16081 commit a8c7502

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/expressions/method-call-expr.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ For each step, the candidate type is used to determine what searches to perform:
6969
* 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.
72-
* After any of these, there's a further search for extension candidates for
73-
traits in scope.
72+
73+
After these occur, there's a further search for extension candidates for
74+
traits in scope.
7475

7576
"Various simpler types" currently means bool, char, all numbers, str, array,
7677
slices, raw pointers, references, never and tuple.

0 commit comments

Comments
 (0)