summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/IfStatementWithTooManyBranches.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/IfStatementWithTooManyBranches.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/IfStatementWithTooManyBranches.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/IfStatementWithTooManyBranches.html b/plugins/InspectionGadgets/src/inspectionDescriptions/IfStatementWithTooManyBranches.html
index ba3b4cd5bf61..6ccaf0ffb7fb 100644
--- a/plugins/InspectionGadgets/src/inspectionDescriptions/IfStatementWithTooManyBranches.html
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/IfStatementWithTooManyBranches.html
@@ -5,7 +5,7 @@ Such statements may be confusing, and are often the sign of inadequate levels of
abstraction.
<!-- tooltip end -->
<p>
-Use the field provided below to specify the maximum number of branches expected.
+Use the field below to specify the maximum number of branches an <b>if</b> statement is allowed to have.
<p>
<small>Powered by InspectionGadgets</small>
</body>