Skip to content

Commit 671c440

Browse files
authored
Merge pull request #302 from elixir-lsp/codex/fix-typo-in-state.ex
Fix typo in compiler comment
2 parents 1b3574c + 223dd19 commit 671c440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_sense/core/compiler/state.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ defmodule ElixirSense.Core.Compiler.State do
153153
nil
154154

155155
{protocol, for_list} ->
156-
# check wether we are in implementation or implementation child module
156+
# check whether we are in implementation or implementation child module
157157
if Enum.any?(for_list, fn for -> macro_env.module == Module.concat(protocol, for) end) do
158158
{protocol, for_list}
159159
end

0 commit comments

Comments
 (0)