We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e5873c + 1750e2d commit e8ba075Copy full SHA for e8ba075
src/patterns.md
@@ -556,7 +556,7 @@ A struct pattern is refutable when one of its subpatterns is refutable.
556
557
> **<sup>Syntax</sup>**\
558
> _TupleStructPattern_ :\
559
-> [_PathInExpression_] `(` _TupleStructItems_ `)`
+> [_PathInExpression_] `(` _TupleStructItems_<sup>?</sup> `)`
560
>
561
> _TupleStructItems_ :\
562
> [_Pattern_] ( `,` [_Pattern_] )<sup>\*</sup> `,`<sup>?</sup>\
0 commit comments