Skip to content

Commit 4196710

Browse files
mark-i-mcsmoe
andcommitted
Update src/traits/caching.md
Co-Authored-By: csmoe <[email protected]>
1 parent e35e081 commit 4196710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits/caching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ we would [confirm] `ImplCandidate(22)`, which would (as a side-effect) unify
3737
[confirm]: ./resolution.html#confirmation
3838

3939
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
40+
Foo<$u>`. When replaced with a placeholder, this would yield `usize : Foo<$0>`, just as
4141
before, and hence the cache lookup would succeed, yielding
4242
`ImplCandidate(22)`. We would confirm `ImplCandidate(22)` which would
4343
(as a side-effect) unify `$u` with `isize`.

0 commit comments

Comments
 (0)