Skip to content

Commit 73147a7

Browse files
committed
Fix typo in comment
1 parent 1cea16e commit 73147a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_sense/core/parser.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ defmodule ElixirSense.Core.Parser do
273273
|> Source.split_lines()
274274
|> List.update_at(cursor_line_number - 1, fn line ->
275275
if cursor_line_number != line_number do
276-
# try to close the line with with missing terminator
276+
# try to close the line with missing terminator
277277
line <> " " <> terminator
278278
else
279279
# try to prepend first occurrence of unexpected token with missing terminator

0 commit comments

Comments
 (0)