We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ea48fd + 73147a7 commit b1c2304Copy full SHA for b1c2304
lib/elixir_sense/core/parser.ex
@@ -273,7 +273,7 @@ defmodule ElixirSense.Core.Parser do
273
|> Source.split_lines()
274
|> List.update_at(cursor_line_number - 1, fn line ->
275
if cursor_line_number != line_number do
276
- # try to close the line with with missing terminator
+ # try to close the line with missing terminator
277
line <> " " <> terminator
278
else
279
# try to prepend first occurrence of unexpected token with missing terminator
0 commit comments