Skip to content

Commit 059e75b

Browse files
authored
Update async-traits.md (#2550)
typo fix
1 parent 3474c07 commit 059e75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/async-pitfalls/async-traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ minutes: 5
44

55
# Async Traits
66

7-
Async methods in traits are were stabilized in the 1.75 release. This required
7+
Async methods in traits were stabilized in the 1.75 release. This required
88
support for using return-position `impl Trait` in traits, as the desugaring for
99
`async fn` includes `-> impl Future<Output = ...>`.
1010

0 commit comments

Comments
 (0)