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 814e7bf7e2e..62562c24326 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 d838fccf6ec..3a96a9b94db 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 4469cb6cb53..d339203ad66 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 2e97e507856..a5e155beeae 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