Skip to content

Commit 095b2d0

Browse files
authored
Merge pull request rust-lang#1009 from adsick/patch-1
fixed a typo in traits.md
2 parents f4baf50 + 47ccc38 commit 095b2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/traits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ trait Example {
4343
}
4444
```
4545

46-
Trait functions are are not allowed to be [`async`] or [`const`].
46+
Trait functions are not allowed to be [`async`] or [`const`].
4747

4848
## Trait bounds
4949

0 commit comments

Comments
 (0)