Skip to content

Commit 3b38c00

Browse files
halotukozakCopilot
andauthored
Update src/org/jetbrains/plugins/hocon/lexer/HoconLexer.scala
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9d44596 commit 3b38c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/jetbrains/plugins/hocon/lexer/HoconLexer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class HoconLexer extends LexerBase {
8787

8888
tokenStart = tokenEnd
8989
if (endOffset > tokenStart) {
90-
input.charAt(tokenStart) match { // todo: no longer avilable @switch
90+
input.charAt(tokenStart) match { // todo: no longer available @switch
9191
case '$' => setNewToken(Dollar, 1, onDollar(stateAfter))
9292
case '?' if stateAfter == SubStarted => setNewToken(QMark, 1, Substitution)
9393
case '{' =>

0 commit comments

Comments
 (0)