From 75d20d2e5c3064112d72eb1ae29382f091c72521 Mon Sep 17 00:00:00 2001 From: Flash Sheridan Date: Fri, 21 Sep 2018 13:25:04 -0400 Subject: [PATCH] Correct grammar in NonASCIICharacterChecker Correct grammar in NonASCIICharacterChecker Justification. --- rules-dev.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules-dev.markdown b/rules-dev.markdown index fd45df8..ca4e0b2 100644 --- a/rules-dev.markdown +++ b/rules-dev.markdown @@ -1072,8 +1072,8 @@ No parameters * default level - WarningLevel #### Justification -Scala allows unicode characters as operators and some editors misbehave when they see non-ascii character. - In a project collaborated by a community of developers. This check can be helpful in such situations. +Scala allows unicode characters as operators and some editors misbehave when they see a non-ascii character. + In a project collaborated on by a community of developers this check can be helpful. "value".match { @@ -1702,4 +1702,4 @@ Some projects prefer not to have XML literals. They could use a templating engin No parameters ### Example configuration -
<check enabled="true" class="org.scalastyle.scalariform.XmlLiteralChecker" level="warning"/>
\ No newline at end of file +
<check enabled="true" class="org.scalastyle.scalariform.XmlLiteralChecker" level="warning"/>