Skip to content

Commit 6fa3d34

Browse files
authored
Fix shell snippet in mix do doc (#12333)
1 parent 96c4c03 commit 6fa3d34

File tree

1 file changed

+1
-1
lines changed
  • lib/mix/lib/mix/tasks

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/do.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Mix.Tasks.Do do
3636
Elixir versions prior to v1.14 used the comma exclusively
3737
to separate commands:
3838
39-
$ mix do compile --list + deps
39+
$ mix do compile --list, deps
4040
4141
Since then, the `+` operator has been introduced as a
4242
separator for better support on Windows terminals.

0 commit comments

Comments
 (0)