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 @@ -35,13 +35,13 @@ defmodule Mix.Tasks.Deps.Compile do
3535 recompiled without propagating those changes upstream. To ensure
3636 `b` is included in the compilation step, pass `--include-children`.
3737
38- ## Compiling dependencies across multiple OSes processes
38+ ## Compiling dependencies across multiple OS processes
3939
4040 If you set the environment variable `MIX_OS_DEPS_COMPILE_PARTITION_COUNT`
4141 to a number greater than 1, Mix will start multiple operating system
4242 processes to compile your dependencies concurrently.
4343
44- While Mix and Rebar will compile all files in a given project in parallel,
44+ While Mix and Rebar compile all files within a given project in parallel,
4545 enabling this environment variable can still yield useful gains in several
4646 cases, such as when compiling dependencies with native code, dependencies
4747 that must download assets, or dependencies where the compilation time is not
You can’t perform that action at this time.
0 commit comments