Skip to content

Commit 6832d2a

Browse files
sdwheelerCopilotmichaeltlombardi
authored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]> Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent c0c8099 commit 6832d2a

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

reference/5.1/Microsoft.PowerShell.Core/About/about_Case-Sensitivity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: about_Case-Sensitivity
99

1010
## Short description
1111

12-
PowerShell is as case-insensitive while preserving case.
12+
PowerShell is as case-insensitive as possible while preserving case.
1313

1414
## Long description
1515

@@ -50,7 +50,7 @@ following areas:
5050

5151
The name of a module is stored in the session state using the case by which
5252
it was imported. The name, as stored in the session state, is used
53-
`Update-Help` when looking for new help files. The web service that serves
53+
by `Update-Help` when looking for new help files. The web service that serves
5454
the help files for Microsoft uses a case-sensitive file system. When the case
5555
of the imported name of the module doesn't match, `Update-Help` can't find
5656
the help files and reports an error.
@@ -106,7 +106,7 @@ following areas:
106106
- [`Select-Object -Unique`][21] and [`Get-Unique`][15] are case-sensitive by
107107
default. The [`-CaseInsensitive`][20] switch was added in PS v7.4.
108108
- [`Sort-Object -Unique`][25] is case-insensitive by default, but has always
109-
had [`-CaseSensitive`][24] switch.
109+
had the [`-CaseSensitive`][24] switch.
110110

111111
- [`Compare-Object`][11] is case-insensitive by default, but has a
112112
[`-CaseSensitive`][12] switch. Comparison of `[char]` types is case-sensitive

reference/7.4/Microsoft.PowerShell.Core/About/about_Case-Sensitivity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: about_Case-Sensitivity
99

1010
## Short description
1111

12-
PowerShell is as case-insensitive while preserving case.
12+
PowerShell is as case-insensitive as possible while preserving case.
1313

1414
## Long description
1515

@@ -50,7 +50,7 @@ following areas:
5050

5151
The name of a module is stored in the session state using the case by which
5252
it was imported. The name, as stored in the session state, is used
53-
`Update-Help` when looking for new help files. The web service that serves
53+
by `Update-Help` when looking for new help files. The web service that serves
5454
the help files for Microsoft uses a case-sensitive file system. When the case
5555
of the imported name of the module doesn't match, `Update-Help` can't find
5656
the help files and reports an error.
@@ -106,7 +106,7 @@ following areas:
106106
- [`Select-Object -Unique`][21] and [`Get-Unique`][15] are case-sensitive by
107107
default. The [`-CaseInsensitive`][20] switch was added in PS v7.4.
108108
- [`Sort-Object -Unique`][25] is case-insensitive by default, but has always
109-
had [`-CaseSensitive`][24] switch.
109+
had the [`-CaseSensitive`][24] switch.
110110

111111
- [`Compare-Object`][11] is case-insensitive by default, but has a
112112
[`-CaseSensitive`][12] switch. Comparison of `[char]` types is case-sensitive

reference/7.5/Microsoft.PowerShell.Core/About/about_Case-Sensitivity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: about_Case-Sensitivity
99

1010
## Short description
1111

12-
PowerShell is as case-insensitive while preserving case.
12+
PowerShell is as case-insensitive as possible while preserving case.
1313

1414
## Long description
1515

@@ -50,7 +50,7 @@ following areas:
5050

5151
The name of a module is stored in the session state using the case by which
5252
it was imported. The name, as stored in the session state, is used
53-
`Update-Help` when looking for new help files. The web service that serves
53+
by `Update-Help` when looking for new help files. The web service that serves
5454
the help files for Microsoft uses a case-sensitive file system. When the case
5555
of the imported name of the module doesn't match, `Update-Help` can't find
5656
the help files and reports an error.
@@ -106,7 +106,7 @@ following areas:
106106
- [`Select-Object -Unique`][21] and [`Get-Unique`][15] are case-sensitive by
107107
default. The [`-CaseInsensitive`][20] switch was added in PS v7.4.
108108
- [`Sort-Object -Unique`][25] is case-insensitive by default, but has always
109-
had [`-CaseSensitive`][24] switch.
109+
had the [`-CaseSensitive`][24] switch.
110110

111111
- [`Compare-Object`][11] is case-insensitive by default, but has a
112112
[`-CaseSensitive`][12] switch. Comparison of `[char]` types is case-sensitive

reference/7.6/Microsoft.PowerShell.Core/About/about_Case-Sensitivity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: about_Case-Sensitivity
99

1010
## Short description
1111

12-
PowerShell is as case-insensitive while preserving case.
12+
PowerShell is as case-insensitive as possible while preserving case.
1313

1414
## Long description
1515

@@ -50,7 +50,7 @@ following areas:
5050

5151
The name of a module is stored in the session state using the case by which
5252
it was imported. The name, as stored in the session state, is used
53-
`Update-Help` when looking for new help files. The web service that serves
53+
by `Update-Help` when looking for new help files. The web service that serves
5454
the help files for Microsoft uses a case-sensitive file system. When the case
5555
of the imported name of the module doesn't match, `Update-Help` can't find
5656
the help files and reports an error.
@@ -106,7 +106,7 @@ following areas:
106106
- [`Select-Object -Unique`][21] and [`Get-Unique`][15] are case-sensitive by
107107
default. The [`-CaseInsensitive`][20] switch was added in PS v7.4.
108108
- [`Sort-Object -Unique`][25] is case-insensitive by default, but has always
109-
had [`-CaseSensitive`][24] switch.
109+
had the [`-CaseSensitive`][24] switch.
110110

111111
- [`Compare-Object`][11] is case-insensitive by default, but has a
112112
[`-CaseSensitive`][12] switch. Comparison of `[char]` types is case-sensitive

0 commit comments

Comments
 (0)