Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bbe0f37

Browse files
authoredNov 28, 2022
Fix small typo in example (MicrosoftDocs#9475)
1 parent 03a1c61 commit bbe0f37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎reference/7.2/Microsoft.PowerShell.Utility/ConvertTo-Csv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 10/26/2022
5+
ms.date: 11/25/2022
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/convertto-csv?view=powershell-7.2&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: ConvertTo-Csv
@@ -144,7 +144,7 @@ $person1 = @{
144144
145145
$person2 = @{
146146
Name = 'Jane Smith'
147-
Number = 1
147+
Number = 2
148148
}
149149
150150
$allPeople = $person1, $person2

‎reference/7.3/Microsoft.PowerShell.Utility/ConvertTo-Csv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 10/26/2022
5+
ms.date: 11/25/2022
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/convertto-csv?view=powershell-7.3&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: ConvertTo-Csv
@@ -144,7 +144,7 @@ $person1 = @{
144144
145145
$person2 = @{
146146
Name = 'Jane Smith'
147-
Number = 1
147+
Number = 2
148148
}
149149
150150
$allPeople = $person1, $person2

0 commit comments

Comments
 (0)