Skip to content

Commit 86df49b

Browse files
committed
Fix spacing
1 parent 7e24c8b commit 86df49b

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
@@ -54,7 +54,7 @@ while (index < numbers.length) {
5454
~}
5555
```
5656

57-
Us humans, with our tiny monkey brains, can get very lost when things that are related to eachother are separated
57+
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

6060
In this dimension, for loops are superior. All the bits of code that "control the loop" can be right at the top.

0 commit comments

Comments
 (0)