Skip to content

Commit 280d955

Browse files
committed
Auto merge of #765 - lengyijun:patch-1, r=jackh726
Typo
2 parents e0ade19 + d12344e commit 280d955

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)