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 1b3574c + 223dd19 commit 671c440Copy full SHA for 671c440
lib/elixir_sense/core/compiler/state.ex
@@ -153,7 +153,7 @@ defmodule ElixirSense.Core.Compiler.State do
153
nil
154
155
{protocol, for_list} ->
156
- # check wether we are in implementation or implementation child module
+ # check whether we are in implementation or implementation child module
157
if Enum.any?(for_list, fn for -> macro_env.module == Module.concat(protocol, for) end) do
158
{protocol, for_list}
159
end
0 commit comments