Skip to content

Commit

Permalink
Merge pull request #1176 from peter-kehl/1175
Browse files Browse the repository at this point in the history
For #1175
  • Loading branch information
marioidival committed Apr 22, 2019
2 parents 4db7780 + a3fc1e5 commit 904280f
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 904280f

Please sign in to comment.