We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc81fd commit 9884d5eCopy full SHA for 9884d5e
src/patterns.md
@@ -424,7 +424,7 @@ match tuple {
424
> | [BYTE_LITERAL]\
425
> | `-`<sup>?</sup> [INTEGER_LITERAL]\
426
> | `-`<sup>?</sup> [FLOAT_LITERAL]\
427
-> | [_PathExpression_]
+> | [_PathPattern_]
428
429
Range patterns match values within the range defined by their bounds. A range pattern may be
430
closed or half-open. A range pattern is closed if it has both a lower and an upper bound, and
0 commit comments