Skip to content

Commit 3ae6a5e

Browse files
author
Lee Aronson
committed
Fixed typo
1 parent da5f80c commit 3ae6a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3183,7 +3183,7 @@ for i in 0..256 {
31833183
}
31843184
```
31853185

3186-
Like `loop` expressions, `while` loops can be controlled with `break` or
3186+
Like `loop` expressions, `for` loops can be controlled with `break` or
31873187
`continue`, and may optionally have a _label_. See [infinite
31883188
loops](#infinite-loops), [break expressions](#break-expressions), and
31893189
[continue expressions](#continue-expressions) for more information.

0 commit comments

Comments
 (0)