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