Skip to content

Commit 6b670c3

Browse files
committed
correct grammar name for again_expr
1 parent 86c48f0 commit 6b670c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,7 @@ enclosing it. It is only permitted in the body of a loop.
20452045
### Loop expressions
20462046

20472047
~~~~~~~~{.ebnf .gram}
2048-
again_expr : "loop" ;
2048+
loop_expr : "loop" ;
20492049
~~~~~~~~
20502050

20512051
Evaluating a `loop` expression immediately terminates the current iteration of

0 commit comments

Comments
 (0)