Skip to content

Commit 2aa241d

Browse files
committed
Reference: Add missing third dot of range
1 parent 516ece6 commit 2aa241d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3441,7 +3441,7 @@ use to avoid conflicts is simply to name variants with upper-case letters, and
34413441
local variables with lower-case letters.
34423442

34433443
Multiple match patterns may be joined with the `|` operator. A range of values
3444-
may be specified with `..`. For example:
3444+
may be specified with `...`. For example:
34453445

34463446
```
34473447
# let x = 2i;

0 commit comments

Comments
 (0)