Skip to content

Commit 06658b4

Browse files
committed
Duplicate keyword
1 parent 039cc8d commit 06658b4

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
@@ -1952,7 +1952,7 @@ for e: foo in v {
19521952

19531953
~~~~~~~~{.ebnf .gram}
19541954
if_expr : "if" expr '{' block '}'
1955-
[ "else" else_tail ] ? ;
1955+
else_tail ? ;
19561956
19571957
else_tail : "else" [ if_expr
19581958
| '{' block '}' ] ;

0 commit comments

Comments
 (0)