Skip to content

Commit 6427a22

Browse files
committed
Reflow
1 parent c003d9b commit 6427a22

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ class Book {
117117
```
118118

119119
The following example shows how the default constructor can assign the values
120-
from a compatible value using type coercion. In this example, a hashtable is used to
121-
provide the property values.
120+
from a compatible value using type coercion. In this example, a hashtable is
121+
used to provide the property values.
122122

123123
```powershell
124124
$Book1 = [Book] @{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ class Book {
117117
```
118118

119119
The following example shows how the default constructor can assign the values
120-
of a compatible value using type coercion. In this example, a hashtable is used to
121-
provide the property values.
120+
from a compatible value using type coercion. In this example, a hashtable is
121+
used to provide the property values.
122122

123123
```powershell
124124
$Book1 = [Book] @{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ class Book {
117117
```
118118

119119
The following example shows how the default constructor can assign the values
120-
from a compatible value using type coercion. In this example, a hashtable is used to
121-
provide the property values.
120+
from a compatible value using type coercion. In this example, a hashtable is
121+
used to provide the property values.
122122

123123
```powershell
124124
$Book1 = [Book] @{

reference/7.6/Microsoft.PowerShell.Core/About/about_Classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ class Book {
117117
```
118118

119119
The following example shows how the default constructor can assign the values
120-
from a compatible hashtable using type coercion. In this example, a hashtable is used to
121-
provide the property values.
120+
from a compatible value using type coercion. In this example, a hashtable is
121+
used to provide the property values.
122122

123123
```powershell
124124
$Book1 = [Book] @{

0 commit comments

Comments
 (0)