We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35e081 commit 4196710Copy full SHA for 4196710
src/traits/caching.md
@@ -37,7 +37,7 @@ we would [confirm] `ImplCandidate(22)`, which would (as a side-effect) unify
37
[confirm]: ./resolution.html#confirmation
38
39
Now, at some later time, we might come along and see a `usize :
40
-Foo<$u>`. When placeholder, this would yield `usize : Foo<$0>`, just as
+Foo<$u>`. When replaced with a placeholder, this would yield `usize : Foo<$0>`, just as
41
before, and hence the cache lookup would succeed, yielding
42
`ImplCandidate(22)`. We would confirm `ImplCandidate(22)` which would
43
(as a side-effect) unify `$u` with `isize`.
0 commit comments