manual: "to" -> ".."
This commit is contained in:
parent
515f88f1c1
commit
1d69b81eef
1 changed files with 1 additions and 1 deletions
|
@ -2180,7 +2180,7 @@ match_expr : "match" expr '{' match_arm [ '|' match_arm ] * '}' ;
|
||||||
|
|
||||||
match_arm : match_pat '=>' expr_or_blockish ;
|
match_arm : match_pat '=>' expr_or_blockish ;
|
||||||
|
|
||||||
match_pat : pat [ "to" pat ] ? [ "if" expr ] ;
|
match_pat : pat [ ".." pat ] ? [ "if" expr ] ;
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue