Skip to content

Commit 772cb26

Browse files
authored
typo
"the type implements" is better grammar than "the type implement"
1 parent 8c88f9d commit 772cb26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/expressions/closure-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A closure can be forced to capture its environment by copying or moving values b
4646
r[expr.closure.trait-impl]
4747
## Closure trait implementations
4848

49-
Which traits the closure type implement depends on how variables are captured, the types of the captured variables, and the presence of `async`. See the [call traits and coercions] chapter for how and when a closure implements `Fn`, `FnMut`, and `FnOnce`. The closure type implements [`Send`] and [`Sync`] if the type of every captured variable also implements the trait.
49+
Which traits the closure type implements depends on how variables are captured, the types of the captured variables, and the presence of `async`. See the [call traits and coercions] chapter for how and when a closure implements `Fn`, `FnMut`, and `FnOnce`. The closure type implements [`Send`] and [`Sync`] if the type of every captured variable also implements the trait.
5050

5151
r[expr.closure.async]
5252
## Async closures

0 commit comments

Comments
 (0)