Skip to content

Commit

Permalink
Language.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpgit committed Apr 7, 2024
1 parent 533d19e commit 8e6bfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/for-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ while (<predicate>) {
}
```

Using the `for` loop is very often easier and more readable.
Using the `for` loop is often easier and more readable than a while loop.

Example:
```C
Expand Down

0 comments on commit 8e6bfe8

Please sign in to comment.