We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45649d8 + c2c20cb commit 20c4393Copy full SHA for 20c4393
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