mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
correct grammar name for again_expr
This commit is contained in:
parent
86c48f03d1
commit
6b670c306b
@ -2045,7 +2045,7 @@ enclosing it. It is only permitted in the body of a loop.
|
||||
### Loop expressions
|
||||
|
||||
~~~~~~~~{.ebnf .gram}
|
||||
again_expr : "loop" ;
|
||||
loop_expr : "loop" ;
|
||||
~~~~~~~~
|
||||
|
||||
Evaluating a `loop` expression immediately terminates the current iteration of
|
||||
|
Loading…
Reference in New Issue
Block a user