File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
3.0/Microsoft.PowerShell.Core/About
4.0/Microsoft.PowerShell.Core/About
5.0/Microsoft.PowerShell.Core/About
5.1/Microsoft.PowerShell.Core/About
6/Microsoft.PowerShell.Core/About Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The following shows the syntax of the **Do-Until** statement:
4444do {<statement list>} until (<condition>)
4545```
4646
47- The statment list contains one or more statements that run each time the
47+ The statement list contains one or more statements that run each time the
4848loop is entered or repeated.
4949
5050The condition portion of the statement resolves to true or false.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The following shows the syntax of the **Do-Until** statement:
4545do {<statement list>} until (<condition>)
4646```
4747
48- The statment list contains one or more statements that run each time the
48+ The statement list contains one or more statements that run each time the
4949loop is entered or repeated.
5050
5151The condition portion of the statement resolves to true or false.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The following shows the syntax of the **Do-Until** statement:
4545do {<statement list>} until (<condition>)
4646```
4747
48- The statment list contains one or more statements that run each time the
48+ The statement list contains one or more statements that run each time the
4949loop is entered or repeated.
5050
5151The condition portion of the statement resolves to true or false.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The following shows the syntax of the **Do-Until** statement:
4545do {<statement list>} until (<condition>)
4646```
4747
48- The statment list contains one or more statements that run each time the
48+ The statement list contains one or more statements that run each time the
4949loop is entered or repeated.
5050
5151The condition portion of the statement resolves to true or false.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The following shows the syntax of the **Do-Until** statement:
4343do {<statement list>} until (<condition>)
4444```
4545
46- The statment list contains one or more statements that run each time the
46+ The statement list contains one or more statements that run each time the
4747loop is entered or repeated.
4848
4949The condition portion of the statement resolves to true or false.
You can’t perform that action at this time.
0 commit comments