Skip to content

Commit a3600aa

Browse files
authored
Merge pull request #2241 from tshepang/patch-3
typo
2 parents 8c88f9d + 772cb26 commit a3600aa

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)