Reference: Add missing third dot of range
This commit is contained in:
parent
516ece6ee4
commit
2aa241d76f
@ -3441,7 +3441,7 @@ use to avoid conflicts is simply to name variants with upper-case letters, and
|
||||
local variables with lower-case letters.
|
||||
|
||||
Multiple match patterns may be joined with the `|` operator. A range of values
|
||||
may be specified with `..`. For example:
|
||||
may be specified with `...`. For example:
|
||||
|
||||
```
|
||||
# let x = 2i;
|
||||
|
Loading…
Reference in New Issue
Block a user