From 6b670c306b8de545afcbcea81bcd592c644409d7 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 20 Sep 2012 06:39:22 -0700 Subject: [PATCH] correct grammar name for again_expr --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index c2efe7c67dd..43e81860776 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -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