Skip to content

Commit 8997b09

Browse files
author
Jakub Bukaj
committed
rollup merge of #19072: cakebaker/add_missing_dot
2 parents a22f06d + 2aa241d commit 8997b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3433,7 +3433,7 @@ use to avoid conflicts is simply to name variants with upper-case letters, and
34333433
local variables with lower-case letters.
34343434

34353435
Multiple match patterns may be joined with the `|` operator. A range of values
3436-
may be specified with `..`. For example:
3436+
may be specified with `...`. For example:
34373437

34383438
```
34393439
# let x = 2i;

0 commit comments

Comments
 (0)