diff --git a/platform/lang-impl/src/com/intellij/formatting/FormatProcessor.java b/platform/lang-impl/src/com/intellij/formatting/FormatProcessor.java index 80d6a104d2ca..7a97a87becde 100644 --- a/platform/lang-impl/src/com/intellij/formatting/FormatProcessor.java +++ b/platform/lang-impl/src/com/intellij/formatting/FormatProcessor.java @@ -629,9 +629,9 @@ class FormatProcessor { } /** - * Tries to get align-implied indent of the line that contains current block. + * Tries to get align-implied indent of the current block. * - * @return indent of the line that contains current block if any; null otherwise + * @return indent of the current block if any; null otherwise */ @Nullable private IndentData getAlignOffset() {