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 6630187 commit 13d6900Copy full SHA for 13d6900
src/control-flow-basics/loops/for.md
@@ -20,7 +20,7 @@ fn main() {
20
- Under the hood `for` loops use a concept called "iterators" to handle
21
iterating over different kinds of ranges/collections. Iterators will be
22
discussed in more detail later.
23
-- Note that the `for` loop only iterates to `4`. Show the `1..=5` syntax for an
24
- inclusive range.
+- Note that the first `for` loop only iterates to `4`. Show the `1..=5` syntax
+ for an inclusive range.
25
26
</details>
0 commit comments