typo (IDEA-183502)

This commit is contained in:
Anna.Kozlova
2017-12-11 20:06:06 +01:00
parent bd9abdf11a
commit 7aafb0eacb
@@ -3,7 +3,7 @@
Reports any arrays used in <b>String</b>
concatenations or as parameters to <b>java.io.PrintStream</b>
methods (such as <b>System.out.println()</b>). Usually in such
a case, the contents of the array were meant to be used and the not array object itself.
a case, the contents of the array were meant to be used and not the array object itself.
<!-- tooltip end -->
<p>