tutorial: Formatting fix
This commit is contained in:
parent
702f0cd734
commit
177853c551
@ -1187,7 +1187,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, `cont`, and `ret`
|
||||
Additionally, within a `for` loop, `break`, `cont`, and `ret`
|
||||
work just as they do with `while` and `loop`.
|
||||
|
||||
Consider again our `each` function, this time improved to
|
||||
|
Loading…
Reference in New Issue
Block a user