Skip to content

Commit 3039843

Browse files
authored
Merge pull request #2438 from smanilov/patch-20
Trivial: fix typo (change `foo` to `bar`)
2 parents e76d93c + 294963c commit 3039843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/return-position-impl-trait-in-trait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ trait Foo {
356356

357357
Failing because a down-stream impl could theoretically provide an
358358
implementation for `RPITIT` without providing an implementation of
359-
`foo`:
359+
`bar`:
360360

361361
```text
362362
error[E0308]: mismatched types

0 commit comments

Comments
 (0)