diff --git a/src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt b/src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt index 409ee0afc..a832bdc15 100644 --- a/src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt +++ b/src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt @@ -84,7 +84,7 @@ open class LatexQuoteInsertHandler : TypedHandlerDelegate() { isOpeningQuotes = true } - // If we are not closing the command, assume we are opening it (instead of doing nothing) + // If we are not closing the quotes, assume we are opening it (instead of doing nothing) if (TexifySettings.getInstance().automaticQuoteReplacement == TexifySettings.QuoteReplacement.CSQUOTES && document.getText(TextRange.from(min(offset, document.textLength - 1), 1)) != "}") { isOpeningQuotes = true