We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ad814 commit ba7414dCopy full SHA for ba7414d
src/expressions/match-expr.md
@@ -18,7 +18,7 @@
18
> [_OuterAttribute_]<sup>\*</sup> _MatchArmPatterns_ _MatchArmGuard_
19
>
20
> _MatchArmPatterns_ :
21
-> _Pattern_ ( `|` _Pattern_ )<sup>*</sup>
+> `|`<sup>?</sup> _Pattern_ ( `|` _Pattern_ )<sup>*</sup>
22
23
> _MatchArmGuard_ :
24
> `if` [_Expression_]
0 commit comments