Skip to content

Commit afa1b3f

Browse files
Replace "Tf" with "If" (#10242)
* Replace "Tf" with "If". * Update all versions --------- Co-authored-by: Sean Wheeler <[email protected]>
1 parent d403f58 commit afa1b3f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ members were added to the object. Even though **Hashtable** objects don't
219219
guarantee the order of the key-value pairs, casting a literal hashtable to
220220
`[pscustomobject]` maintains the order.
221221

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
223223
you cast a variable containing a hashtable, there is no guarantee that the
224224
order is preserved.
225225

reference/7.2/Microsoft.PowerShell.Core/About/about_Object_Creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ members were added to the object. Even though **Hashtable** objects don't
216216
guarantee the order of the key-value pairs, casting a literal hashtable to
217217
`[pscustomobject]` maintains the order.
218218

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
220220
you cast a variable containing a hashtable, there is no guarantee that the
221221
order is preserved.
222222

reference/7.3/Microsoft.PowerShell.Core/About/about_Object_Creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ members were added to the object. Even though **Hashtable** objects don't
216216
guarantee the order of the key-value pairs, casting a literal hashtable to
217217
`[pscustomobject]` maintains the order.
218218

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
220220
you cast a variable containing a hashtable, there is no guarantee that the
221221
order is preserved.
222222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ members were added to the object. Even though **Hashtable** objects don't
216216
guarantee the order of the key-value pairs, casting a literal hashtable to
217217
`[pscustomobject]` maintains the order.
218218

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
220220
you cast a variable containing a hashtable, there is no guarantee that the
221221
order is preserved.
222222

0 commit comments

Comments
 (0)