We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5f80c commit 3ae6a5eCopy full SHA for 3ae6a5e
src/doc/reference.md
@@ -3183,7 +3183,7 @@ for i in 0..256 {
3183
}
3184
```
3185
3186
-Like `loop` expressions, `while` loops can be controlled with `break` or
+Like `loop` expressions, `for` loops can be controlled with `break` or
3187
`continue`, and may optionally have a _label_. See [infinite
3188
loops](#infinite-loops), [break expressions](#break-expressions), and
3189
[continue expressions](#continue-expressions) for more information.
0 commit comments