Skip to content

Commit c003d9b

Browse files
sdwheelerCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent d16795f commit c003d9b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class Book {
117117
```
118118

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

123123
```powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class Book {
117117
```
118118

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

123123
```powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class Book {
117117
```
118118

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

123123
```powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class Book {
117117
```
118118

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

123123
```powershell

0 commit comments

Comments
 (0)