Skip to content

Commit d5e1590

Browse files
authored
Merge pull request #300 from elixir-lsp/codex/fix-typo-in-compiler.ex
Fix typo in compiler comment
2 parents 0ce0033 + 3f2ba03 commit d5e1590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_sense/core/compiler.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ defmodule ElixirSense.Core.Compiler do
17681768
state = State.new_func_vars_scope(state)
17691769

17701770
# elixir dispatches callbacks by raw dispatch and eval_forms
1771-
# instead we expand a bock with require and possibly expand macros
1771+
# instead we expand a block with require and possibly expand macros
17721772
# we do not attempt to exec function callbacks
17731773
args =
17741774
case attribute do

0 commit comments

Comments
 (0)