We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef11da9 commit 2a30332Copy full SHA for 2a30332
lib/mix/lib/mix/tasks/xref.ex
@@ -383,7 +383,7 @@ defmodule Mix.Tasks.Xref do
383
lib/b.ex
384
lib/a.ex (compile)
385
386
- More precisely, `xref` is printing the (strongly connected components)[https://en.wikipedia.org/wiki/Strongly_connected_component]
+ More precisely, `xref` is printing the [strongly connected components](https://en.wikipedia.org/wiki/Strongly_connected_component)
387
in the dependency graph, which is (roughly speaking) the largest set of
388
files which are part of a dependency cycle involving these files.
389
0 commit comments