Skip to content

Commit 875073f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/expressions/method-call-expr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ These types are found by taking the receiver type and iterating, following eithe
2828
* `<T as Receiver>::Target`
2929

3030
to the next type. (If a step involved following the `Receiver` target, we also
31-
note whether it would have been reachable by following `<T as Deref::Target>`
32-
- this information is used later).
31+
note whether it would have been reachable by following `<T as
32+
Deref::Target>` - this information is used later).
3333

3434
At the end, an additional candidate step may be added for
3535
an [unsized coercion].

0 commit comments

Comments
 (0)