Skip to content

Commit 8ec07fe

Browse files
authored
Add missing space (#12224)
1 parent 5ed5a68 commit 8ec07fe

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)