Skip to content

Commit de2af7a

Browse files
author
Kapil Borle
committed
Fix separator error strings
1 parent 216395c commit de2af7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rules/Strings.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -934,9 +934,9 @@
934934
<value>Use space before and after binary and assignment operators.</value>
935935
</data>
936936
<data name="UseWhitespaceErrorSeparatorComma" xml:space="preserve">
937-
<value>Use space before a comma.</value>
937+
<value>Use space after a comma.</value>
938938
</data>
939939
<data name="UseWhitespaceErrorSeparatorSemi" xml:space="preserve">
940-
<value>Use space before a semi-colon.</value>
940+
<value>Use space after a semicolon.</value>
941941
</data>
942942
</root>

0 commit comments

Comments
 (0)