Skip to content

Commit 8491354

Browse files
committed
---
yaml --- r: 23029 b: refs/heads/master c: e4b371f h: refs/heads/master i: 23027: 90ed91d v: v3
1 parent 85efe06 commit 8491354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 07559223201650c9a4b30523f10460e9876c3800
2+
refs/heads/master: e4b371f52974ba414aa1863377f897b53d196513
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ Empty argument lists can be omitted from `do` expressions.
17571757

17581758
Most iteration in Rust is done with `for` loops. Like `do`,
17591759
`for` is a nice syntax for doing control flow with closures.
1760-
Additionally, within a `for` loop, `break`, `again`, and `retern`
1760+
Additionally, within a `for` loop, `break`, `again`, and `return`
17611761
work just as they do with `while` and `loop`.
17621762

17631763
Consider again our `each` function, this time improved to

0 commit comments

Comments
 (0)