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.
1 parent 98f0ff4 commit 18954f5Copy full SHA for 18954f5
src/expressions/match-expr.md
@@ -137,7 +137,7 @@ both endpoints left unspecified) are not supported in matches. The
137
syntax `...` is also accepted for inclusive ranges in patterns only, for
138
backwards compatibility.
139
140
-Range patterns only work on [`char`] and [numeric types]. A range pattern may
+Range patterns only work with [`char`] and [numeric types]. A range pattern may
141
not be a sub-range of another range pattern inside the same `match`.
142
143
Slice patterns can match both arrays of fixed size and slices of dynamic size.
0 commit comments