summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/StringReplaceableByStringBuffer.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/StringReplaceableByStringBuffer.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/StringReplaceableByStringBuffer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/StringReplaceableByStringBuffer.html b/plugins/InspectionGadgets/src/inspectionDescriptions/StringReplaceableByStringBuffer.html
index 45e397e37d13..65299e00bf63 100644
--- a/plugins/InspectionGadgets/src/inspectionDescriptions/StringReplaceableByStringBuffer.html
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/StringReplaceableByStringBuffer.html
@@ -5,7 +5,7 @@ repeatedly appended to. Such variables may be more efficiently declared as <b>ja
or <b>java.lang.StringBuilder</b>.
<!-- tooltip end -->
<p>
-Use the check box below to specify that this inspection should only warn when the variable is appended
+Use the checkbox below to specify that this inspection should only warn when the variable is appended
to in a loop.
<p>
<small>Powered by InspectionGadgets</small>