Skip to content

Commit b0153d5

Browse files
antedeguemonjosevalim
authored andcommitted
Fixes wording (#12105)
Co-authored-by: antedeguemon <[email protected]>
1 parent d522f96 commit b0153d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mix/lib/mix/tasks/format.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ defmodule Mix.Tasks.Format do
88
99
mix format mix.exs "lib/**/*.{ex,exs}" "test/**/*.{ex,exs}"
1010
11-
If any of the files is `-`, then the output is read from stdin
12-
and written to stdout.
11+
If any of the files is `-`, then the input is read from stdin and the output
12+
is written to stdout.
1313
1414
## Formatting options
1515

0 commit comments

Comments
 (0)