Skip to content

Commit e0d7136

Browse files
authored
1 parent 76e7822 commit e0d7136

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Break.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes a statement you can use to immediately exit `foreach`, `for`, `while`, `do`, `switch`, or `trap` statements.
33
Locale: en-US
4-
ms.date: 03/01/2023
4+
ms.date: 12/26/2024
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_break?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Break
@@ -169,7 +169,7 @@ when the most specific condition is met.
169169
If the final statement executed in the body of a `trap` statement is `break`,
170170
the error object is suppressed and the exception is re-thrown.
171171

172-
The following example create a **DivideByZeroException** exception that is
172+
The following example creates a **DivideByZeroException** exception that is
173173
trapped using the `trap` statement.
174174

175175
```powershell

reference/7.4/Microsoft.PowerShell.Core/About/about_Break.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
description: Describes a statement you can use to immediately exit `foreach`, `for`, `while`, `do`, `switch`, or `trap` statements.
33
Locale: en-US
4-
ms.date: 03/01/2023
4+
ms.date: 12/26/2024
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_break?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Break
88
---
99
# about_Break
1010

1111
## Short description
12+
1213
Describes the `break` statement, which provides a way to exit the current
1314
control block.
1415

@@ -169,7 +170,7 @@ when the most specific condition is met.
169170
If the final statement executed in the body of a `trap` statement is `break`,
170171
the error object is suppressed and the exception is re-thrown.
171172

172-
The following example create a **DivideByZeroException** exception that is
173+
The following example creates a **DivideByZeroException** exception that is
173174
trapped using the `trap` statement.
174175

175176
```powershell

reference/7.5/Microsoft.PowerShell.Core/About/about_Break.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes a statement you can use to immediately exit `foreach`, `for`, `while`, `do`, `switch`, or `trap` statements.
33
Locale: en-US
4-
ms.date: 03/01/2023
4+
ms.date: 12/26/2024
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_break?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Break
@@ -170,7 +170,7 @@ when the most specific condition is met.
170170
If the final statement executed in the body of a `trap` statement is `break`,
171171
the error object is suppressed and the exception is re-thrown.
172172

173-
The following example create a **DivideByZeroException** exception that is
173+
The following example creates a **DivideByZeroException** exception that is
174174
trapped using the `trap` statement.
175175

176176
```powershell

0 commit comments

Comments
 (0)