We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4db7780 + a3fc1e5 commit 904280fCopy full SHA for 904280f
src/flow_control/while.md
@@ -1,6 +1,6 @@
1
# while
2
3
-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.
4
5
Let's write the infamous [FizzBuzz][fizzbuzz] using a `while` loop.
6
0 commit comments