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.
1 parent 1cea16e commit 73147a7Copy full SHA for 73147a7
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