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 0ce0033 commit 223dd19Copy full SHA for 223dd19
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