Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 4b64270

Browse files
author
Lakshmi Priya Sekar
committed
Fix comment
1 parent cff0114 commit 4b64270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.CodeFormatting/Rules/HasUnderScoreInPrivateFieldNamesFormattingRule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Microsoft.DotNet.CodeFormatting.Rules
1818
// [RuleOrder(10)]
1919
// TODO Bug 1086632: Deactivated due to active bug in Roslyn.
2020
// There is a hack to run this rule, but it's slow.
21-
// If needed, enabled rule and enable the hack at the code below in RenameFields.
21+
// If needed, enable the rule and enable the hack at the code below in RenameFields.
2222
internal sealed class HasUnderScoreInPrivateFieldNamesFormattingRule : IFormattingRule
2323
{
2424
private static string[] AccessorModifiers = { "public", "internal", "protected", "const" };

0 commit comments

Comments
 (0)