Skip to content

Commit ef21d48

Browse files
Robert HoltRobert Holt
authored andcommitted
Fix pragma casing
1 parent 05ccc2b commit ef21d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rules/UseSingularNouns.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ private string GetLastWordInCmdlet(string cmdletName)
192192
return null;
193193
}
194194

195-
#if CoreCLR
195+
#if CORECLR
196196
private class PluralizerProxy
197197
{
198198
private readonly Pluralizer _pluralizer;

0 commit comments

Comments
 (0)