We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd4b0d commit 38eaf92Copy full SHA for 38eaf92
1 file changed
RuleDocumentation/ProvideCommentHelp.md
@@ -23,7 +23,7 @@ Wrong:
23
HelpUri = 'http://www.microsoft.com/',
24
ConfirmImpact='Medium')]
25
[Alias()]
26
- [OutputType([String])]
+ [OutputType([string])]
27
Param
28
(
29
...
@@ -63,9 +63,9 @@ Right:
63
64
65
66
67
68
69
70
)
71
- }
+ }
0 commit comments