Skip to content

Commit 7bf184c

Browse files
committed
Update AvoidReservedCharInCmdlet.md
1 parent 6146c20 commit 7bf184c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RuleDocumentation/AvoidReservedCharInCmdlet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ To fix a violation of this rule, please remove reserved characters from your adv
1616

1717
Wrong:
1818

19-
function test[1]
19+
function Test[1]
2020
{...}
2121

2222
Correct:
2323

24-
function test
25-
{...}
24+
function Test
25+
{...}

0 commit comments

Comments
 (0)