Skip to content

Commit 38eaf92

Browse files
committed
Update ProvideCommentHelp.md
1 parent ddd4b0d commit 38eaf92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RuleDocumentation/ProvideCommentHelp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Wrong:
2323
HelpUri = 'http://www.microsoft.com/',
2424
ConfirmImpact='Medium')]
2525
[Alias()]
26-
[OutputType([String])]
26+
[OutputType([string])]
2727
Param
2828
(
2929
...
@@ -63,9 +63,9 @@ Right:
6363
HelpUri = 'http://www.microsoft.com/',
6464
ConfirmImpact='Medium')]
6565
[Alias()]
66-
[OutputType([String])]
66+
[OutputType([string])]
6767
Param
6868
(
6969
...
7070
)
71-
}
71+
}

0 commit comments

Comments
 (0)