Skip to content

Commit 8c56b41

Browse files
committed
link to async context
1 parent 03d8020 commit 8c56b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/await-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> _AwaitExpression_ :\
55
>    [_Expression_] `.` `await`
66
7-
Await expressions are legal only within `async` contexts, like an
7+
Await expressions are legal only within an [async context], like an
88
[`async fn`] or an [`async` block]. They operate on a [future]. Their effect
99
is to suspend the current computation until the given future is ready
1010
to produce a value.

0 commit comments

Comments
 (0)