Skip to content

Commit 5ccd733

Browse files
committed
1 parent fddd0a5 commit 5ccd733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loops_ii/comparison_to_while.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ while (index < numbers.length) {
5757
Us humans, with our tiny monkey brains, can get very lost when things that are related to each other are separated
5858
by long distances.
5959

60-
In this dimension, for loops are superior. All the bits of code that "control the loop" can be right at the top.
60+
In this dimension, `for` loops are superior. All the bits of code that "control the loop" can be right at the top.
6161

6262
```java
6363
~void main() {

0 commit comments

Comments
 (0)