Skip to content

Commit 47ccc38

Browse files
authored
fixed a typo in traits.md
line 46: Trait functions are **are** not allowed to be [`async`] or [`const`]. now: Trait functions are not allowed to be [`async`] or [`const`].
1 parent f4baf50 commit 47ccc38

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)