We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06210f commit 1ffa131Copy full SHA for 1ffa131
src/expressions/block-expr.md
@@ -86,7 +86,7 @@ fn move_by_block_expression() {
86
> _AsyncBlockExpression_ :\
87
> `async` `move`<sup>?</sup> _BlockExpression_
88
89
-An *async block* is a variant of a block expression which evalutes to
+An *async block* is a variant of a block expression which evaluates to
90
a *future*. The final expression of the block, if present, determines
91
the result value of the future.
92
0 commit comments