Fix typo
This commit is contained in:
parent
e951f470d7
commit
3f8b25771d
1 changed files with 1 additions and 1 deletions
|
|
@ -1810,7 +1810,7 @@ pub enum ExprKind {
|
|||
/// or a `gen` block (`gen move { ... }`).
|
||||
///
|
||||
/// The span is the "decl", which is the header before the body `{ }`
|
||||
/// including the `asyng`/`gen` keywords and possibly `move`.
|
||||
/// including the `async`/`gen` keywords and possibly `move`.
|
||||
Gen(CaptureBy, Box<Block>, GenBlockKind, Span),
|
||||
/// An await expression (`my_future.await`). Span is of await keyword.
|
||||
Await(Box<Expr>, Span),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue