We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa28cea commit dfb06f4Copy full SHA for dfb06f4
Style-Guide/Function-Structure.md
@@ -80,7 +80,7 @@ function Get-USCitizenCapability {
80
81
#### Always use CmdletBinding attribute.
82
83
-#### Always have at least a `process {}` code block if any parameters takes values from the Pipeline.
+#### Always have at least a `process {}` code block if any parameters takes values from the pipeline.
84
85
#### Specify an OutputType attribute if the advanced function returns an object or collection of objects.
86
0 commit comments