Skip to content

Commit 1ffa131

Browse files
committed
Fix spelling.
1 parent c06210f commit 1ffa131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/block-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fn move_by_block_expression() {
8686
> _AsyncBlockExpression_ :\
8787
> &nbsp;&nbsp; `async` `move`<sup>?</sup> _BlockExpression_
8888
89-
An *async block* is a variant of a block expression which evalutes to
89+
An *async block* is a variant of a block expression which evaluates to
9090
a *future*. The final expression of the block, if present, determines
9191
the result value of the future.
9292

0 commit comments

Comments
 (0)