Skip to content

Commit 8496d52

Browse files
wendeJosé Valim
authored andcommitted
yecc instead of yeec (#4813)
Typo. should be `yecc` instead of `yeec` in the documentation Signed-off-by: José Valim <[email protected]>
1 parent 977bb41 commit 8496d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/compile.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule Mix.Tasks.Compile do
1111
## Configuration
1212
1313
* `:compilers` - compilers to run, defaults to:
14-
`[:yeec, :leex, :erlang, :elixir, :xref, :app]`
14+
`[:yecc, :leex, :erlang, :elixir, :xref, :app]`
1515
1616
* `:consolidate_protocols` - when `true`, runs protocol
1717
consolidation via the `compile.protocols` task

0 commit comments

Comments
 (0)