Skip to content

Commit 4f5b932

Browse files
authored
fix typo in mix xref example
1 parent 64e57a9 commit 4f5b932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/xref.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ defmodule Mix.Tasks.Xref do
332332
333333
### Understanding the printed cycle
334334
335-
If you run `mix xref graph --format cycle`, Elixir will print cycles
335+
If you run `mix xref graph --format cycles`, Elixir will print cycles
336336
of shape:
337337
338338
Cycle of length 3:

0 commit comments

Comments
 (0)