Skip to content

Commit d12344e

Browse files
authored
Typo
1 parent e0ade19 commit d12344e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/clauses/implied_bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ trait Foo {
102102
...
103103
}
104104
105-
trait Bar where Self: Foo { } {
105+
trait Bar where Self: Foo {
106106
...
107107
}
108108
```

0 commit comments

Comments
 (0)