summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/SwitchStatementWithTooFewBranches.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/SwitchStatementWithTooFewBranches.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/SwitchStatementWithTooFewBranches.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/SwitchStatementWithTooFewBranches.html b/plugins/InspectionGadgets/src/inspectionDescriptions/SwitchStatementWithTooFewBranches.html
index fcbd8e712f03..0832a5793d77 100644
--- a/plugins/InspectionGadgets/src/inspectionDescriptions/SwitchStatementWithTooFewBranches.html
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/SwitchStatementWithTooFewBranches.html
@@ -4,7 +4,7 @@ Reports <b>switch</b> statements with too few <b>case</b> labels.
Such statements may be more clearly expressed as <b>if</b> statements.
<!-- tooltip end -->
<p>
-Use the field provided below to specify the minimum number of <b>case</b> labels expected.
+Use the field below to specify the minimum number of <b>case</b> labels expected.
<p>
<small>Powered by InspectionGadgets</small>
</body>