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 410532a commit 10e35e6Copy full SHA for 10e35e6
Style-Guide/Function-Structure.md
@@ -260,7 +260,7 @@ function Get-User {
260
261
The ValidateNotNull attribute is designed to be used when the
262
type of the parameter value is not specified or when the specified
263
- type will accept a value of Null. (If you specify a type that will
+ type will accept a value of null. (If you specify a type that will
264
not accept a null value, such as a string, the null value will be
265
rejected without the ValidateNotNull attribute, because it does not
266
match the specified type.)
0 commit comments