File tree Expand file tree Collapse file tree
5.1/Microsoft.PowerShell.Core/About
7.4/Microsoft.PowerShell.Core/About
7.5/Microsoft.PowerShell.Core/About
7.6/Microsoft.PowerShell.Core/About Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ class Book {
117117```
118118
119119The 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] @{
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ class Book {
117117```
118118
119119The 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] @{
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ class Book {
117117```
118118
119119The 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] @{
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ class Book {
117117```
118118
119119The 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] @{
You can’t perform that action at this time.
0 commit comments