Skip to content

Commit

Permalink
Duplicate keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
mernen committed Feb 15, 2012
1 parent 039cc8d commit 06658b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rust.md
Expand Up @@ -1952,7 +1952,7 @@ for e: foo in v {

~~~~~~~~{.ebnf .gram}
if_expr : "if" expr '{' block '}'
[ "else" else_tail ] ? ;
else_tail ? ;
else_tail : "else" [ if_expr
| '{' block '}' ] ;
Expand Down

0 comments on commit 06658b4

Please sign in to comment.