We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27c7e7 commit d2162b3Copy full SHA for d2162b3
src/expressions/block-expr.md
@@ -112,7 +112,7 @@ Async blocks capture variables from their environment using the same
112
[capture modes] as closures. Like closures, when written `async {
113
.. }` the capture mode for each variable will be inferred from the
114
content of the block. `async move { .. }` blocks however will move all
115
-referenced variables are moved into the resulting future.
+referenced variables into the resulting future.
116
117
[capture modes]: ../types/closure.md#capture-modes
118
[shared references]: ../types/pointer.md#shared-references-
0 commit comments