correct grammar name for again_expr

This commit is contained in:
Niko Matsakis 2012-09-20 06:39:22 -07:00
parent 86c48f03d1
commit 6b670c306b

View File

@ -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