Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfie John committed Jan 17, 2015
1 parent f4f10db commit 8da284a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
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

5 comments on commit 8da284a

@bors
Copy link
Contributor

@bors bors commented on 8da284a Jan 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 8da284a Jan 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging 6 batched pull requests into batch

@bors
Copy link
Contributor

@bors bors commented on 8da284a Jan 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status: {"merge_sha": "c9281570a6085468c6fb4e1739ee6f608879f5ed", "rollup_pulls": [[21294, "8da284a045c4d59a850f63fe9a11ab7ddb38ef17"], [21302, "35d46fabaf63c0b1b607bd91cd5680eeaa2f9a14"], [21314, "5aa2f9c651546d420c8da551b3d95849f4ade310"], [21326, "ac4baca72a392bf683d513e5cd3aa00b01f5e7a8"], [21336, "b6b8880f0ec3f057dc56320f6886be173a8f0d8e"], [21357, "17ffe51aa366d51719da0eeb452ad05b9ac23d90"]]}

@bors
Copy link
Contributor

@bors bors commented on 8da284a Jan 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing rollup candidate = c928157

Successful merges:

Please sign in to comment.