Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/mix/lib/mix/tasks/xref.ex
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ defmodule Mix.Tasks.Xref do

### Understanding the printed cycle

If you run `mix xref graph --format cycle`, Elixir will print cycles
If you run `mix xref graph --format cycles`, Elixir will print cycles
of shape:

Cycle of length 3:
Expand Down
Loading