Reference: Add missing third dot of range

This commit is contained in:
Daniel Hofstetter 2014-11-18 15:14:34 +01:00
parent 516ece6ee4
commit 2aa241d76f

View File

@ -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;