Skip to content

Commit d2162b3

Browse files
nikomatsakisehuss
andcommittedJul 16, 2019
Update src/expressions/block-expr.md
Co-Authored-By: Eric Huss <eric@huss.org>
1 parent a27c7e7 commit d2162b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/expressions/block-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Async blocks capture variables from their environment using the same
112112
[capture modes] as closures. Like closures, when written `async {
113113
.. }` the capture mode for each variable will be inferred from the
114114
content of the block. `async move { .. }` blocks however will move all
115-
referenced variables are moved into the resulting future.
115+
referenced variables into the resulting future.
116116

117117
[capture modes]: ../types/closure.md#capture-modes
118118
[shared references]: ../types/pointer.md#shared-references-

0 commit comments

Comments
 (0)