Skip to content

Commit 2896796

Browse files
authored
Merge pull request #119 from AurimasNav/patch-1
Nouns are PascalCase, not camelCase
2 parents f95e4eb + b9d6986 commit 2896796

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
@@ -15,7 +15,7 @@ function MyFunction ($param1, $param2) {
1515
For Advanced Functions and scripts use the format of **<verb-<noun>** for
1616
naming. For a list of approved verbs the cmdlet `Get-Verb` will list
1717
them. On the noun side it can be composed of more than one joined word
18-
using Camel Case and only singular nouns.
18+
using Pascal Case and only singular nouns.
1919

2020
In Advanced Functions do not use the keyword `return` to return an object.
2121

0 commit comments

Comments
 (0)