We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c9333 commit 811f64aCopy full SHA for 811f64a
reference/docs-conceptual/learn/ps101/06-flow-control.md
@@ -160,7 +160,7 @@ as long as the counter variable `$i` is less than 5. It sleeps for a total of 10
160
161
### Do
162
163
-There are two different `do` loops in PowerShell: `do until` and `do while`. `do until` runs until
+There are two different `do` loops in PowerShell: `do until` and `do while`. `do until` runs while
164
the specified condition is false.
165
166
The following example is a numbers game that continues until the value you guess equals the same
0 commit comments