We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c48f0 commit 6b670c3Copy full SHA for 6b670c3
doc/rust.md
@@ -2045,7 +2045,7 @@ enclosing it. It is only permitted in the body of a loop.
2045
### Loop expressions
2046
2047
~~~~~~~~{.ebnf .gram}
2048
-again_expr : "loop" ;
+loop_expr : "loop" ;
2049
~~~~~~~~
2050
2051
Evaluating a `loop` expression immediately terminates the current iteration of
0 commit comments