Skip to content

Commit

Permalink
reflow with emacs fill-paragraph (fill-column 71)
Browse files Browse the repository at this point in the history
  • Loading branch information
zooko committed Jun 25, 2014
1 parent d6ea862 commit 668bad6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/doc/tutorial.md
Expand Up @@ -473,11 +473,12 @@ by an *action* (expression). Each case is separated by commas. It is
often convenient to use a block expression for each case, in which case
the commas are optional as shown below. Literals are valid patterns and
match only their own value. A single arm may match multiple different
patterns by combining them with the pipe operator (`|`), so long as every
pattern binds the same set of variables (see "destructuring" below). Ranges of numeric literal
patterns can be expressed with two dots, as in `M..N`. The underscore
(`_`) is a wildcard pattern that matches any single value. (`..`) is a
different wildcard that can match one or more fields in an `enum` variant.
patterns by combining them with the pipe operator (`|`), so long as
every pattern binds the same set of variables (see "destructuring"
below). Ranges of numeric literal patterns can be expressed with two
dots, as in `M..N`. The underscore (`_`) is a wildcard pattern that
matches any single value. (`..`) is a different wildcard that can match
one or more fields in an `enum` variant.
~~~
# let my_number = 1;
Expand Down

5 comments on commit 668bad6

@bors
Copy link
Contributor

@bors bors commented on 668bad6 Jun 27, 2014

Choose a reason for hiding this comment

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

saw approval from huonw
at zookoatleastauthoritycom@668bad6

@bors
Copy link
Contributor

@bors bors commented on 668bad6 Jun 27, 2014

Choose a reason for hiding this comment

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

merging zookoatleastauthoritycom/rust/13570-add-see-below-to-a-reference-to-a-new-concept-2 = 668bad6 into auto

@bors
Copy link
Contributor

@bors bors commented on 668bad6 Jun 27, 2014

Choose a reason for hiding this comment

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

zookoatleastauthoritycom/rust/13570-add-see-below-to-a-reference-to-a-new-concept-2 = 668bad6 merged ok, testing candidate = 1702194

@bors
Copy link
Contributor

@bors bors commented on 668bad6 Jun 27, 2014

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 1702194

Please sign in to comment.