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 cc70737 commit 08e0affCopy full SHA for 08e0aff
lib/mix/lib/mix/tasks/xref.ex
@@ -27,7 +27,7 @@ defmodule Mix.Tasks.Xref do
27
touching one file in a project causes a large subset of the project
28
to recompile. The most common cause of these problems are the so-called
29
"compile-connected" files. Those are files you depend on at compile-time
30
- (for example, by invoking its macro or using it in the body of amodule)
+ (for example, by invoking its macro or using it in the body of a module)
31
which also have their own dependencies.
32
33
Therefore, if your goal is to reduce recompilations, the first step is to run:
0 commit comments