Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Nov 7, 2022
1 parent c5b3765 commit 1bab571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir_sense.ex
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ defmodule ElixirSense do
# find last env of current module
attributes = get_attributes(buffer_file_metadata.lines_to_env, module)

# in (h|l)?eex templates vars_info_per_scope_id[scope_id] is ni
# in (h|l)?eex templates vars_info_per_scope_id[scope_id] is nil
vars =
if buffer_file_metadata.vars_info_per_scope_id[scope_id],
do: buffer_file_metadata.vars_info_per_scope_id[scope_id] |> Map.values(),
Expand Down

0 comments on commit 1bab571

Please sign in to comment.