Skip to content

Commit 904280f

Browse files
authored
Merge pull request #1176 from peter-kehl/1175
For #1175
2 parents 4db7780 + a3fc1e5 commit 904280f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flow_control/while.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# while
22

3-
The `while` keyword can be used to loop until a condition is met.
3+
The `while` keyword can be used to run a loop while a condition is true.
44

55
Let's write the infamous [FizzBuzz][fizzbuzz] using a `while` loop.
66

0 commit comments

Comments
 (0)