We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45649d8 commit c2c20cbCopy full SHA for c2c20cb
src/expressions/match-expr.md
@@ -15,7 +15,7 @@
15
> _MatchArm_ `=>` ( [_BlockExpression_] | [_Expression_] ) `,`<sup>?</sup>
16
>
17
> _MatchArm_ :
18
-> [_OuterAttribute_]<sup>\*</sup> _MatchArmPatterns_ _MatchArmGuard_
+> [_OuterAttribute_]<sup>\*</sup> _MatchArmPatterns_ _MatchArmGuard_<sup>?</sup>
19
20
> _MatchArmPatterns_ :
21
> `|`<sup>?</sup> _Pattern_ ( `|` _Pattern_ )<sup>*</sup>
0 commit comments