Skip to content

Commit

Permalink
Merge remote-tracking branch 'ben0x539/incoming'
Browse files Browse the repository at this point in the history
Conflicts:
	doc/tutorial.md
  • Loading branch information
brson committed Jul 8, 2012
2 parents f96ec94 + 177853c commit f3669df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ Empty argument lists can be omitted from `do` expressions.
Most iteration in Rust is done with `for` loops. Like `do`,
`for` is a nice syntax for doing control flow with closures.
Additionally, within a `for` loop, `break, `again`, and `ret`
Additionally, within a `for` loop, `break`, `again`, and `ret`
work just as they do with `while` and `loop`.
Consider again our `each` function, this time improved to
Expand Down

0 comments on commit f3669df

Please sign in to comment.