Skip to content

Commit 811f64a

Browse files
authored
Corrected do until wording error (#12902)
1 parent 27c9333 commit 811f64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/learn/ps101/06-flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ as long as the counter variable `$i` is less than 5. It sleeps for a total of 10
160160

161161
### Do
162162

163-
There are two different `do` loops in PowerShell: `do until` and `do while`. `do until` runs until
163+
There are two different `do` loops in PowerShell: `do until` and `do while`. `do until` runs while
164164
the specified condition is false.
165165

166166
The following example is a numbers game that continues until the value you guess equals the same

0 commit comments

Comments
 (0)