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.
2 parents 1ada53c + 6b9e33f commit 709e853Copy full SHA for 709e853
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