Skip to content

Commit 3904898

Browse files
Apply suggestions from code review
Co-authored-by: Mikey Lombardi (He/Him) <michael.t.lombardi@gmail.com>
1 parent 96bb595 commit 3904898

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ returns. You can use its optional **ParameterSetName** parameter to list
2020
different output types for each parameter set.
2121

2222
The **OutputType** attribute is supported on simple and advanced functions.
23-
It's independent of the **CmdletBinding** attribute.The **OutputType**
23+
It's independent of the **CmdletBinding** attribute. The **OutputType**
2424
attribute provides the value of the **OutputType** property of the
2525
**System.Management.Automation.FunctionInfo** object that the `Get-Command`
2626
cmdlet returns.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ returns. You can use its optional **ParameterSetName** parameter to list
2020
different output types for each parameter set.
2121

2222
The **OutputType** attribute is supported on simple and advanced functions.
23-
It's independent of the **CmdletBinding** attribute.The **OutputType**
23+
It's independent of the **CmdletBinding** attribute. The **OutputType**
2424
attribute provides the value of the **OutputType** property of the
2525
**System.Management.Automation.FunctionInfo** object that the `Get-Command`
2626
cmdlet returns.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ returns. You can use its optional **ParameterSetName** parameter to list
2020
different output types for each parameter set.
2121

2222
The **OutputType** attribute is supported on simple and advanced functions.
23-
It's independent of the **CmdletBinding** attribute.The **OutputType**
23+
It's independent of the **CmdletBinding** attribute. The **OutputType**
2424
attribute provides the value of the **OutputType** property of the
2525
**System.Management.Automation.FunctionInfo** object that the `Get-Command`
2626
cmdlet returns.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ returns. You can use its optional **ParameterSetName** parameter to list
2020
different output types for each parameter set.
2121

2222
The **OutputType** attribute is supported on simple and advanced functions.
23-
It's independent of the **CmdletBinding** attribute.The **OutputType**
23+
It's independent of the **CmdletBinding** attribute. The **OutputType**
2424
attribute provides the value of the **OutputType** property of the
2525
**System.Management.Automation.FunctionInfo** object that the `Get-Command`
2626
cmdlet returns.

0 commit comments

Comments
 (0)