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 fddd0a5 commit 5ccd733Copy full SHA for 5ccd733
src/loops_ii/comparison_to_while.md
@@ -57,7 +57,7 @@ while (index < numbers.length) {
57
Us humans, with our tiny monkey brains, can get very lost when things that are related to each other are separated
58
by long distances.
59
60
-In this dimension, for loops are superior. All the bits of code that "control the loop" can be right at the top.
+In this dimension, `for` loops are superior. All the bits of code that "control the loop" can be right at the top.
61
62
```java
63
~void main() {
0 commit comments