We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d8020 commit 8c56b41Copy full SHA for 8c56b41
src/expressions/await-expr.md
@@ -4,7 +4,7 @@
4
> _AwaitExpression_ :\
5
> [_Expression_] `.` `await`
6
7
-Await expressions are legal only within `async` contexts, like an
+Await expressions are legal only within an [async context], like an
8
[`async fn`] or an [`async` block]. They operate on a [future]. Their effect
9
is to suspend the current computation until the given future is ready
10
to produce a value.
0 commit comments