Skip to content

Commit 522aa79

Browse files
Jaykulbergmeister
andauthored
Correct doc comment left from copy source
Co-authored-by: Christoph Bergmeister [MVP] <[email protected]>
1 parent 8342a43 commit 522aa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rules/UseConsistentCasing.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
1616
{
1717
/// <summary>
18-
/// UseConsistentCasing: Check if cmdlet is cased correctly.
18+
/// UseConsistentCasing: Check if keywords and operators are cased correctly.
1919
/// </summary>
2020
#if !CORECLR
2121
[Export(typeof(IScriptRule))]

0 commit comments

Comments
 (0)