Skip to content

Commit a3fc1e5

Browse files
For #1175
1 parent 1ff0f8e commit a3fc1e5

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)