File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ defmodule Mix.Tasks.Compile do
3838 * `:prune_code_paths` - prune code paths before compilation. When true
3939 (default), this prunes code paths of applications that are not listed
4040 in the project file with dependencies. When false, this keeps the
41- entirety of Erlang/OTP available on the project starts, including
41+ entirety of Erlang/OTP available when the project starts, including
4242 the paths set by the code loader from the `ERL_LIBS` environment as
4343 well as explicitely listed by providing `-pa` and `-pz` options
4444 to Erlang.
@@ -70,7 +70,7 @@ defmodule Mix.Tasks.Compile do
7070 if a library still successfully compiles without optional dependencies (which is the
7171 default case with dependencies)
7272 * `--no-prune-code-paths` - do not prune code paths before compilation, this keeps
73- the entirety of Erlang/OTP available on the project starts
73+ the entirety of Erlang/OTP available when the project starts
7474 * `--no-protocol-consolidation` - skips protocol consolidation
7575 * `--no-validate-compile-env` - does not validate the application compile environment
7676 * `--return-errors` - returns error status and diagnostics instead of exiting on error
You can’t perform that action at this time.
0 commit comments