Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lengyijun authored Jun 13, 2022
1 parent e0ade19 commit d12344e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/clauses/implied_bounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ trait Foo {
...
}
trait Bar where Self: Foo { } {
trait Bar where Self: Foo {
...
}
```
Expand Down

0 comments on commit d12344e

Please sign in to comment.