Skip to content

Commit b18160f

Browse files
committed
Improve argument name in c:Mix.Task.run/1
1 parent 8e9ea26 commit b18160f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/task.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defmodule Mix.Task do
4343
A task needs to implement `run` which receives
4444
a list of command line args.
4545
"""
46-
@callback run([binary]) :: any
46+
@callback run(command_line_args :: [binary]) :: any
4747

4848
@doc false
4949
defmacro __using__(_opts) do

0 commit comments

Comments
 (0)