Skip to content

Commit 0847e4b

Browse files
michallepickijosevalim
authored andcommitted
Fix mistake in "Untracked compile-time dependencies" anti-pattern (#14563)
1 parent 7aafd6c commit 0847e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/anti-patterns/macro-anti-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ For convenience, the markup notation to generate the admonition block above is t
292292

293293
#### Problem
294294

295-
This anti-pattern is the opposite of ["Compile-time dependencies"](#compile-time-dependencies) and it happens when a compile-time dependency is accidentally bypassed, making the Elixir compiler is to track dependencies and recompile files correctly. This happens when building aliases (in other words, module names) dynamically, either within a module or within a macro.
295+
This anti-pattern is the opposite of ["Compile-time dependencies"](#compile-time-dependencies) and it happens when a compile-time dependency is accidentally bypassed, making the Elixir compiler unable to track dependencies and recompile files correctly. This happens when building aliases (in other words, module names) dynamically, either within a module or within a macro.
296296

297297
#### Example
298298

0 commit comments

Comments
 (0)