Skip to content

Commit

Permalink
For #1175
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-kehl committed Apr 19, 2019
1 parent 1ff0f8e commit a3fc1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flow_control/while.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# while

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

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

Expand Down

0 comments on commit a3fc1e5

Please sign in to comment.