From 7fe1e4f83e7362d2915c0c94551d401aba290d74 Mon Sep 17 00:00:00 2001 From: Kirill Rakhman Date: Tue, 12 Sep 2017 10:55:00 +0300 Subject: [PATCH] Fix grammar in inspection description --- .../inspectionDescriptions/SuspiciousEqualsCombination.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idea/resources/inspectionDescriptions/SuspiciousEqualsCombination.html b/idea/resources/inspectionDescriptions/SuspiciousEqualsCombination.html index 5ed82080b86..51a4d2bd5bb 100644 --- a/idea/resources/inspectionDescriptions/SuspiciousEqualsCombination.html +++ b/idea/resources/inspectionDescriptions/SuspiciousEqualsCombination.html @@ -1,5 +1,5 @@ -This inspection reports when == and === used on same variable in one expression +This inspection reports when == and === are used on the same variable in one expression - \ No newline at end of file +