RegExp: fix inspection description editing mistake

GitOrigin-RevId: edf1377175a7958ad353533db6e732b6a097060e
This commit is contained in:
Bas Leijdekkers
2021-08-12 12:30:53 +02:00
committed by intellij-monorepo-bot
parent 9a5e8cb21d
commit 00c70b7eee

View File

@@ -1,6 +1,6 @@
<html>
<body>
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 <code>[</code>, <code>]</code> and <code>^</code>,