From 77c6c03212cf67f4950c282e0f2fdda0e3a23343 Mon Sep 17 00:00:00 2001 From: sethvs Date: Mon, 14 Jul 2025 14:25:55 +0300 Subject: [PATCH] Add missing space --- reference/5.1/Microsoft.PowerShell.Core/About/about_Break.md | 2 +- reference/7.4/Microsoft.PowerShell.Core/About/about_Break.md | 2 +- reference/7.5/Microsoft.PowerShell.Core/About/about_Break.md | 2 +- reference/7.6/Microsoft.PowerShell.Core/About/about_Break.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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