diff --git a/RegExpSupport/resources/inspectionDescriptions/RegExpEscapedMetaCharacter.html b/RegExpSupport/resources/inspectionDescriptions/RegExpEscapedMetaCharacter.html index 5d1a5ded6105..44e2cf0525d2 100644 --- a/RegExpSupport/resources/inspectionDescriptions/RegExpEscapedMetaCharacter.html +++ b/RegExpSupport/resources/inspectionDescriptions/RegExpEscapedMetaCharacter.html @@ -1,6 +1,6 @@
-Reports the escaped meta characters. +Reports escaped meta characters. Some RegExp coding styles specify that meta characters should be placed inside a character class, to make the regular expression easier to understand. This inspection does not warn about the meta character[, ] and ^,