Skip to content

Commit baf2d4e

Browse files
nikomatsakisehuss
andauthored
Update src/expressions/block-expr.md
Co-Authored-By: Eric Huss <eric@huss.org>
1 parent def002a commit baf2d4e

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.html#capture-modes
118118
[shared references]: types/pointer.html#shared-references-

0 commit comments

Comments
 (0)