Skip to content

Commit 10e35e6

Browse files
authored
Change 'Null' to 'null' to keep it consistent.
1 parent 410532a commit 10e35e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Style-Guide/Function-Structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function Get-User {
260260

261261
The ValidateNotNull attribute is designed to be used when the
262262
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
263+
type will accept a value of null. (If you specify a type that will
264264
not accept a null value, such as a string, the null value will be
265265
rejected without the ValidateNotNull attribute, because it does not
266266
match the specified type.)

0 commit comments

Comments
 (0)