We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def002a commit baf2d4eCopy full SHA for baf2d4e
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.html#capture-modes
118
[shared references]: types/pointer.html#shared-references-
0 commit comments