diff --git a/lib/elixir_sense/core/parser.ex b/lib/elixir_sense/core/parser.ex index 8d6e5c04..aaade4eb 100644 --- a/lib/elixir_sense/core/parser.ex +++ b/lib/elixir_sense/core/parser.ex @@ -273,7 +273,7 @@ defmodule ElixirSense.Core.Parser do |> Source.split_lines() |> List.update_at(cursor_line_number - 1, fn line -> if cursor_line_number != line_number do - # try to close the line with with missing terminator + # try to close the line with missing terminator line <> " " <> terminator else # try to prepend first occurrence of unexpected token with missing terminator