Skip to content

Commit 6c72518

Browse files
authored
Fix index example (#11703)
1 parent 2ff03c8 commit 6c72518

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how to create, use, and sort hashtables in PowerShell.
33
Locale: en-US
4-
ms.date: 09/04/2024
4+
ms.date: 01/19/2025
55
no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable]
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -274,7 +274,7 @@ member notation or array index notation.
274274
3
275275
276276
PS> $hash[2]
277-
2
277+
two
278278
```
279279

280280
In this example, the key value `2` isn't an index into the collection of

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how to create, use, and sort hashtables in PowerShell.
33
Locale: en-US
4-
ms.date: 09/04/2024
4+
ms.date: 01/19/2025
55
no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable]
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -274,7 +274,7 @@ member notation or array index notation.
274274
3
275275
276276
PS> $hash[2]
277-
2
277+
two
278278
```
279279

280280
In this example, the key value `2` isn't an index into the collection of

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how to create, use, and sort hashtables in PowerShell.
33
Locale: en-US
4-
ms.date: 09/04/2024
4+
ms.date: 01/19/2025
55
no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable]
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -10,7 +10,6 @@ title: about_Hash_Tables
1010
# about_Hash_Tables
1111

1212
## Short description
13-
1413
Describes how to create, use, and sort hashtables in PowerShell.
1514

1615
## Long description
@@ -275,7 +274,7 @@ member notation or array index notation.
275274
3
276275
277276
PS> $hash[2]
278-
2
277+
two
279278
```
280279

281280
In this example, the key value `2` isn't an index into the collection of

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how to create, use, and sort hashtables in PowerShell.
33
Locale: en-US
4-
ms.date: 09/04/2024
4+
ms.date: 01/19/2025
55
no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable]
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-7.6&WT.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -10,7 +10,6 @@ title: about_Hash_Tables
1010
# about_Hash_Tables
1111

1212
## Short description
13-
1413
Describes how to create, use, and sort hashtables in PowerShell.
1514

1615
## Long description
@@ -275,7 +274,7 @@ member notation or array index notation.
275274
3
276275
277276
PS> $hash[2]
278-
2
277+
two
279278
```
280279

281280
In this example, the key value `2` isn't an index into the collection of

0 commit comments

Comments
 (0)