We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70ff5d commit ec0320cCopy full SHA for ec0320c
lib/mix/lib/mix/tasks/deps.ex
@@ -101,7 +101,7 @@ defmodule Mix.Tasks.Deps do
101
* `:override` - if set to `true` the dependency will override any other
102
definitions of itself by other dependencies
103
104
- * `:manager` - Mix can also compile Rebar3, makefile and gleam projects
+ * `:manager` - Mix can also compile Rebar3, makefile and Gleam projects
105
and can fetch sub dependencies of Rebar3 projects. Mix will
106
try to infer the type of project but it can be overridden with this
107
option by setting it to `:mix`, `:rebar3`, `:make` or `:gleam`. In case
0 commit comments