Skip to content

Commit

Permalink
Merge pull request #21294 from alfie/typo
Browse files Browse the repository at this point in the history
docs: typo

Reviewed-by: steveklabnik
  • Loading branch information
bors committed Jan 18, 2015
2 parents b0ffd10 + 8da284a commit f4f31d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3423,7 +3423,7 @@ Used inside an array pattern, `..` stands for any number of elements, when the
`advanced_slice_patterns` feature gate is turned on. This wildcard can be used
at most once for a given array, which implies that it cannot be used to
specifically match elements that are at an unknown distance from both ends of a
array, like `[.., 42, ..]`. If followed by a variable name, it will bind the
array, like `[.., 42, ..]`. If preceded by a variable name, it will bind the
corresponding slice to the variable. Example:

```
Expand Down

0 comments on commit f4f31d3

Please sign in to comment.