We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b81fd commit 2c2f61aCopy full SHA for 2c2f61a
src/method-lookup.md
@@ -100,7 +100,7 @@ that defines it with `&self` for the type `Rc<U>` as well as a method
100
on the type `Box` that defines `Foo` but with `&mut self`. Then we
101
might have two candidates:
102
```text
103
-&Rc<Box<[T; 3]>> from the impl of `Foo` for `Rc<U>` where `U=Box<T; 3]>
+&Rc<Box<[T; 3]>> from the impl of `Foo` for `Rc<U>` where `U=Box<[T; 3]>
104
&mut Box<[T; 3]>> from the inherent impl on `Box<U>` where `U=[T; 3]`
105
```
106
0 commit comments