Skip to content

Commit

Permalink
Merge pull request #1009 from adsick/patch-1
Browse files Browse the repository at this point in the history
fixed a typo in traits.md
  • Loading branch information
ehuss authored Apr 22, 2021
2 parents f4baf50 + 47ccc38 commit 095b2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ trait Example {
}
```

Trait functions are are not allowed to be [`async`] or [`const`].
Trait functions are not allowed to be [`async`] or [`const`].

## Trait bounds

Expand Down

0 comments on commit 095b2d0

Please sign in to comment.