Skip to content

Commit 08214a2

Browse files
Merge pull request #1009 from adsick/patch-1
fixed a typo in traits.md
2 parents 7e162c6 + 344ee36 commit 08214a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/traits.md

Lines changed: 1 addition & 1 deletion
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)