From 7aafb0eacbbe208196e2ecb0861d0f6b03a44e61 Mon Sep 17 00:00:00 2001 From: "Anna.Kozlova" Date: Mon, 11 Dec 2017 13:38:07 +0100 Subject: [PATCH] typo (IDEA-183502) --- .../src/inspectionDescriptions/ImplicitArrayToString.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/ImplicitArrayToString.html b/plugins/InspectionGadgets/src/inspectionDescriptions/ImplicitArrayToString.html index acc59c6a6f9d..a0b0efbfc1ac 100644 --- a/plugins/InspectionGadgets/src/inspectionDescriptions/ImplicitArrayToString.html +++ b/plugins/InspectionGadgets/src/inspectionDescriptions/ImplicitArrayToString.html @@ -3,7 +3,7 @@ Reports any arrays used in String concatenations or as parameters to java.io.PrintStream methods (such as System.out.println()). 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.