提交 177853c5 编写于 作者: B Benjamin Herr

tutorial: Formatting fix

上级 702f0cd7
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册