Skip to content

Commit 284fa5d

Browse files
josevalimv0idpwn
andauthored
Apply suggestions from code review
Co-authored-by: felipe stival <[email protected]>
1 parent e3b5d90 commit 284fa5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)