Skip to content

Fix about_Switch.md. #2109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reference/3.0/Microsoft.PowerShell.Core/About/about_Switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Switch has the following parameters:
| |you use Wildcard, Regex and Exact are ignored. Also, if |
| |the match clause is not a string, the parameter is ignored.|
|Exact |Indicates that the match clause, if it is a string, must |
| |match exactly. Regex and Wildcard and Exact are ignored. |
| |match exactly. Regex and Wildcard are ignored. |
| |Also, if the match clause is not a string, this parameter |
| |is ignored. |
|CaseSensitive|Performs a case-sensitive match. If the match clause is not|
Expand Down Expand Up @@ -210,8 +210,8 @@ executed. To change this behavior, use the Break or Continue keywords.

The Break keyword stops processing and exits the Switch statement.

The Continue keyword continues processing the current value and any
subsequent values.
The Continue keyword stops processing the current value, but continues
processing any subsequent values.

If the condition is an expression or a script block, it is evaluated just
before it is compared to the value. The value is assigned to the $_
Expand Down
6 changes: 3 additions & 3 deletions reference/4.0/Microsoft.PowerShell.Core/About/about_Switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Switch has the following parameters:
| |you use Wildcard, Regex and Exact are ignored. Also, if |
| |the match clause is not a string, the parameter is ignored.|
|Exact |Indicates that the match clause, if it is a string, must |
| |match exactly. Regex and Wildcard and Exact are ignored. |
| |match exactly. Regex and Wildcard are ignored. |
| |Also, if the match clause is not a string, this parameter |
| |is ignored. |
|CaseSensitive|Performs a case-sensitive match. If the match clause is not|
Expand Down Expand Up @@ -210,8 +210,8 @@ executed. To change this behavior, use the Break or Continue keywords.

The Break keyword stops processing and exits the Switch statement.

The Continue keyword continues processing the current value and any
subsequent values.
The Continue keyword stops processing the current value, but continues
processing any subsequent values.

If the condition is an expression or a script block, it is evaluated just
before it is compared to the value. The value is assigned to the $_
Expand Down
6 changes: 3 additions & 3 deletions reference/5.0/Microsoft.PowerShell.Core/About/about_Switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Switch has the following parameters:
| |you use Wildcard, Regex and Exact are ignored. Also, if |
| |the match clause is not a string, the parameter is ignored.|
|Exact |Indicates that the match clause, if it is a string, must |
| |match exactly. Regex and Wildcard and Exact are ignored. |
| |match exactly. Regex and Wildcard are ignored. |
| |Also, if the match clause is not a string, this parameter |
| |is ignored. |
|CaseSensitive|Performs a case-sensitive match. If the match clause is not|
Expand Down Expand Up @@ -210,8 +210,8 @@ executed. To change this behavior, use the Break or Continue keywords.

The Break keyword stops processing and exits the Switch statement.

The Continue keyword continues processing the current value and any
subsequent values.
The Continue keyword stops processing the current value, but continues
processing any subsequent values.

If the condition is an expression or a script block, it is evaluated just
before it is compared to the value. The value is assigned to the $_
Expand Down
6 changes: 3 additions & 3 deletions reference/5.1/Microsoft.PowerShell.Core/About/about_Switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Switch has the following parameters:
| |you use Wildcard, Regex and Exact are ignored. Also, if |
| |the match clause is not a string, the parameter is ignored.|
|Exact |Indicates that the match clause, if it is a string, must |
| |match exactly. Regex and Wildcard and Exact are ignored. |
| |match exactly. Regex and Wildcard are ignored. |
| |Also, if the match clause is not a string, this parameter |
| |is ignored. |
|CaseSensitive|Performs a case-sensitive match. If the match clause is not|
Expand Down Expand Up @@ -210,8 +210,8 @@ executed. To change this behavior, use the Break or Continue keywords.

The Break keyword stops processing and exits the Switch statement.

The Continue keyword continues processing the current value and any
subsequent values.
The Continue keyword stops processing the current value, but continues
processing any subsequent values.

If the condition is an expression or a script block, it is evaluated just
before it is compared to the value. The value is assigned to the $_
Expand Down
6 changes: 3 additions & 3 deletions reference/6/Microsoft.PowerShell.Core/About/about_Switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Switch has the following parameters:
| |you use Wildcard, Regex and Exact are ignored. Also, if |
| |the match clause is not a string, the parameter is ignored.|
|Exact |Indicates that the match clause, if it is a string, must |
| |match exactly. Regex and Wildcard and Exact are ignored. |
| |match exactly. Regex and Wildcard are ignored. |
| |Also, if the match clause is not a string, this parameter |
| |is ignored. |
|CaseSensitive|Performs a case-sensitive match. If the match clause is not|
Expand Down Expand Up @@ -210,8 +210,8 @@ executed. To change this behavior, use the Break or Continue keywords.

The Break keyword stops processing and exits the Switch statement.

The Continue keyword continues processing the current value and any
subsequent values.
The Continue keyword stops processing the current value, but continues
processing any subsequent values.

If the condition is an expression or a script block, it is evaluated just
before it is compared to the value. The value is assigned to the $_
Expand Down