Skip to content

Commit 6715f03

Browse files
committed
minor edit
1 parent 49e42d8 commit 6715f03

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ handling.
6969
default name is not used.
7070

7171
Setting the `ParameterSetName` of a the **Parameter** attribute to
72-
`__AllParameterSets` is equivalent to not assigning a `ParameterSetName`. In both
73-
cases the parameter belongs to all parameter sets.
72+
`__AllParameterSets` is equivalent to not assigning a `ParameterSetName`. In
73+
both cases the parameter belongs to all parameter sets.
7474

7575
> [!NOTE]
76-
> The **CmdletBinding** attribute doesn't prevent you from setting the
76+
> The **CmdletBinding** attribute doesn't prevent you from setting the
7777
> `DefaultParameterSetName` to be to `__AllParameterSets`. If you do this,
7878
> PowerShell creates an explicit parameter set that can't be properly
7979
> referenced by the **Parameter** attribute.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ handling.
6969
default name is not used.
7070

7171
Setting the `ParameterSetName` of a the **Parameter** attribute to
72-
`__AllParameterSets` is equivalent to not assigning a `ParameterSetName`. In both
73-
cases the parameter belongs to all parameter sets.
72+
`__AllParameterSets` is equivalent to not assigning a `ParameterSetName`. In
73+
both cases the parameter belongs to all parameter sets.
7474

7575
> [!NOTE]
76-
> The **CmdletBinding** attribute doesn't prevent you from setting the
76+
> The **CmdletBinding** attribute doesn't prevent you from setting the
7777
> `DefaultParameterSetName` to be to `__AllParameterSets`. If you do this,
7878
> PowerShell creates an explicit parameter set that can't be properly
7979
> referenced by the **Parameter** attribute.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ handling.
6969
default name is not used.
7070

7171
Setting the `ParameterSetName` of a the **Parameter** attribute to
72-
`__AllParameterSets` is equivalent to not assigning a `ParameterSetName`. In both
73-
cases the parameter belongs to all parameter sets.
72+
`__AllParameterSets` is equivalent to not assigning a `ParameterSetName`. In
73+
both cases the parameter belongs to all parameter sets.
7474

7575
> [!NOTE]
76-
> The **CmdletBinding** attribute doesn't prevent you from setting the
76+
> The **CmdletBinding** attribute doesn't prevent you from setting the
7777
> `DefaultParameterSetName` to be to `__AllParameterSets`. If you do this,
7878
> PowerShell creates an explicit parameter set that can't be properly
7979
> referenced by the **Parameter** attribute.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ handling.
6969
default name is not used.
7070

7171
Setting the `ParameterSetName` of a the **Parameter** attribute to
72-
`__AllParameterSets` is equivalent to not assigning a `ParameterSetName`. In both
73-
cases the parameter belongs to all parameter sets.
72+
`__AllParameterSets` is equivalent to not assigning a `ParameterSetName`. In
73+
both cases the parameter belongs to all parameter sets.
7474

7575
> [!NOTE]
76-
> The **CmdletBinding** attribute doesn't prevent you from setting the
76+
> The **CmdletBinding** attribute doesn't prevent you from setting the
7777
> `DefaultParameterSetName` to be to `__AllParameterSets`. If you do this,
7878
> PowerShell creates an explicit parameter set that can't be properly
7979
> referenced by the **Parameter** attribute.

0 commit comments

Comments
 (0)