diff --git a/platform/lang-impl/src/com/intellij/codeInsight/highlighting/BraceHighlightingHandler.java b/platform/lang-impl/src/com/intellij/codeInsight/highlighting/BraceHighlightingHandler.java index 3215743eb71d..353dfaf7eb6c 100644 --- a/platform/lang-impl/src/com/intellij/codeInsight/highlighting/BraceHighlightingHandler.java +++ b/platform/lang-impl/src/com/intellij/codeInsight/highlighting/BraceHighlightingHandler.java @@ -237,7 +237,7 @@ public class BraceHighlightingHandler { doHighlight(offset, originalOffset, fileType); } else if (offset > 0 && offset < chars.length()) { - // There is a possible case that there is paired braces nearby the caret position and the document contains only white + // There is a possible case that there are paired braces nearby the caret position and the document contains only white // space symbols between them. We want to highlight such braces as well. // Example: // public void test() {