Skip to content

Commit

Permalink
Reference: Add missing third dot of range
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Nov 18, 2014
1 parent 516ece6 commit 2aa241d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Expand Up @@ -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;
Expand Down

0 comments on commit 2aa241d

Please sign in to comment.