Skip to content

Commit a4f2bbd

Browse files
committed
Drop mention of ... since it is no longer supported in the latest edition
1 parent 741369c commit a4f2bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ r[patterns.range.syntax]
514514
515515
r[patterns.range.intro]
516516
*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.
517+
They comprise a *sigil* (`..` or `..=`) and a bound on one or both sides.
518518

519519
r[patterns.range.lower-bound]
520520
A bound on the left of the sigil is a *lower bound*.

0 commit comments

Comments
 (0)