diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Break.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Break.md index 814e7bf7e2e1..62562c24326a 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Break.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Break.md @@ -123,7 +123,7 @@ even pass control across script and function call boundaries. ## Using `break` in a `switch` statement -In a `switch`construct, `break` causes PowerShell to exit the `switch` code +In a `switch` construct, `break` causes PowerShell to exit the `switch` code block. The `break` keyword is used to leave the `switch` construct. For example, the diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Break.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Break.md index d838fccf6ec2..3a96a9b94dbf 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Break.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Break.md @@ -123,7 +123,7 @@ even pass control across script and function call boundaries. ## Using `break` in a `switch` statement -In a `switch`construct, `break` causes PowerShell to exit the `switch` code +In a `switch` construct, `break` causes PowerShell to exit the `switch` code block. The `break` keyword is used to leave the `switch` construct. For example, the diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Break.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Break.md index 4469cb6cb53d..d339203ad66a 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Break.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Break.md @@ -123,7 +123,7 @@ even pass control across script and function call boundaries. ## Using `break` in a `switch` statement -In a `switch`construct, `break` causes PowerShell to exit the `switch` code +In a `switch` construct, `break` causes PowerShell to exit the `switch` code block. The `break` keyword is used to leave the `switch` construct. For example, the diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Break.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Break.md index 2e97e507856e..a5e155beeae9 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Break.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Break.md @@ -123,7 +123,7 @@ even pass control across script and function call boundaries. ## Using `break` in a `switch` statement -In a `switch`construct, `break` causes PowerShell to exit the `switch` code +In a `switch` construct, `break` causes PowerShell to exit the `switch` code block. The `break` keyword is used to leave the `switch` construct. For example, the