From 3f2ba03b224373023cb05735487ecd754406e884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Samson?= Date: Wed, 11 Jun 2025 01:16:28 +0200 Subject: [PATCH] Fix typo in compiler comment --- lib/elixir_sense/core/compiler.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elixir_sense/core/compiler.ex b/lib/elixir_sense/core/compiler.ex index 68f9ddd0..bad154c5 100644 --- a/lib/elixir_sense/core/compiler.ex +++ b/lib/elixir_sense/core/compiler.ex @@ -1768,7 +1768,7 @@ defmodule ElixirSense.Core.Compiler do state = State.new_func_vars_scope(state) # elixir dispatches callbacks by raw dispatch and eval_forms - # instead we expand a bock with require and possibly expand macros + # instead we expand a block with require and possibly expand macros # we do not attempt to exec function callbacks args = case attribute do