Skip to content

Commit df4a224

Browse files
Merge pull request #12225 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-14 22:00 UTC
2 parents 97f30aa + 8ec07fe commit df4a224

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Break.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ even pass control across script and function call boundaries.
123123

124124
## Using `break` in a `switch` statement
125125

126-
In a `switch`construct, `break` causes PowerShell to exit the `switch` code
126+
In a `switch` construct, `break` causes PowerShell to exit the `switch` code
127127
block.
128128

129129
The `break` keyword is used to leave the `switch` construct. For example, the

reference/7.4/Microsoft.PowerShell.Core/About/about_Break.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ even pass control across script and function call boundaries.
123123

124124
## Using `break` in a `switch` statement
125125

126-
In a `switch`construct, `break` causes PowerShell to exit the `switch` code
126+
In a `switch` construct, `break` causes PowerShell to exit the `switch` code
127127
block.
128128

129129
The `break` keyword is used to leave the `switch` construct. For example, the

reference/7.5/Microsoft.PowerShell.Core/About/about_Break.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ even pass control across script and function call boundaries.
123123

124124
## Using `break` in a `switch` statement
125125

126-
In a `switch`construct, `break` causes PowerShell to exit the `switch` code
126+
In a `switch` construct, `break` causes PowerShell to exit the `switch` code
127127
block.
128128

129129
The `break` keyword is used to leave the `switch` construct. For example, the

reference/7.6/Microsoft.PowerShell.Core/About/about_Break.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ even pass control across script and function call boundaries.
123123

124124
## Using `break` in a `switch` statement
125125

126-
In a `switch`construct, `break` causes PowerShell to exit the `switch` code
126+
In a `switch` construct, `break` causes PowerShell to exit the `switch` code
127127
block.
128128

129129
The `break` keyword is used to leave the `switch` construct. For example, the

0 commit comments

Comments
 (0)