Skip to content

Commit 2c2f61a

Browse files
authored
fix typo (#1107)
1 parent 83b81fd commit 2c2f61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/method-lookup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ that defines it with `&self` for the type `Rc<U>` as well as a method
100100
on the type `Box` that defines `Foo` but with `&mut self`. Then we
101101
might have two candidates:
102102
```text
103-
&Rc<Box<[T; 3]>> from the impl of `Foo` for `Rc<U>` where `U=Box<T; 3]>
103+
&Rc<Box<[T; 3]>> from the impl of `Foo` for `Rc<U>` where `U=Box<[T; 3]>
104104
&mut Box<[T; 3]>> from the inherent impl on `Box<U>` where `U=[T; 3]`
105105
```
106106

0 commit comments

Comments
 (0)