File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
5.1/Microsoft.PowerShell.Core/About
7.2/Microsoft.PowerShell.Core/About
7.3/Microsoft.PowerShell.Core/About
7.4/Microsoft.PowerShell.Core/About Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ members were added to the object. Even though **Hashtable** objects don't
219
219
guarantee the order of the key-value pairs, casting a literal hashtable to
220
220
` [pscustomobject] ` maintains the order.
221
221
222
- The hashtable must be a literal. Tf you wrap the hashtable in parentheses or if
222
+ The hashtable must be a literal. If you wrap the hashtable in parentheses or if
223
223
you cast a variable containing a hashtable, there is no guarantee that the
224
224
order is preserved.
225
225
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ members were added to the object. Even though **Hashtable** objects don't
216
216
guarantee the order of the key-value pairs, casting a literal hashtable to
217
217
` [pscustomobject] ` maintains the order.
218
218
219
- The hashtable must be a literal. Tf you wrap the hashtable in parentheses or if
219
+ The hashtable must be a literal. If you wrap the hashtable in parentheses or if
220
220
you cast a variable containing a hashtable, there is no guarantee that the
221
221
order is preserved.
222
222
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ members were added to the object. Even though **Hashtable** objects don't
216
216
guarantee the order of the key-value pairs, casting a literal hashtable to
217
217
` [pscustomobject] ` maintains the order.
218
218
219
- The hashtable must be a literal. Tf you wrap the hashtable in parentheses or if
219
+ The hashtable must be a literal. If you wrap the hashtable in parentheses or if
220
220
you cast a variable containing a hashtable, there is no guarantee that the
221
221
order is preserved.
222
222
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ members were added to the object. Even though **Hashtable** objects don't
216
216
guarantee the order of the key-value pairs, casting a literal hashtable to
217
217
` [pscustomobject] ` maintains the order.
218
218
219
- The hashtable must be a literal. Tf you wrap the hashtable in parentheses or if
219
+ The hashtable must be a literal. If you wrap the hashtable in parentheses or if
220
220
you cast a variable containing a hashtable, there is no guarantee that the
221
221
order is preserved.
222
222
You can’t perform that action at this time.
0 commit comments