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 741369c commit a4f2bbdCopy full SHA for a4f2bbd
src/patterns.md
@@ -514,7 +514,7 @@ r[patterns.range.syntax]
514
515
r[patterns.range.intro]
516
*Range patterns* match scalar values within the range defined by their bounds.
517
-They comprise a *sigil* (one of `..`, `..=`, or `...`) and a bound on one or both sides.
+They comprise a *sigil* (`..` or `..=`) and a bound on one or both sides.
518
519
r[patterns.range.lower-bound]
520
A bound on the left of the sigil is a *lower bound*.
0 commit comments