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 0ce0033 + 3f2ba03 commit d5e1590Copy full SHA for d5e1590
lib/elixir_sense/core/compiler.ex
@@ -1768,7 +1768,7 @@ defmodule ElixirSense.Core.Compiler do
1768
state = State.new_func_vars_scope(state)
1769
1770
# elixir dispatches callbacks by raw dispatch and eval_forms
1771
- # instead we expand a bock with require and possibly expand macros
+ # instead we expand a block with require and possibly expand macros
1772
# we do not attempt to exec function callbacks
1773
args =
1774
case attribute do
0 commit comments