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 0c8c6f0 commit baec576Copy full SHA for baec576
lib/mix/lib/mix/tasks/compile.protocols.ex
@@ -14,15 +14,15 @@ defmodule Mix.Tasks.Compile.Protocols do
14
15
A new directory will be created with the consolidated
16
protocol versions in the build directory for the given
17
- environment. Simply add it to your codepath to make use
+ environment. Simply add it to your loadpath to make use
18
of it:
19
20
- $ mix run -pa _build/dev/consolidated
+ $ elixir -pa _build/dev/consolidated -S mix run
21
22
You can verify a protocol is consolidated by checking
23
its attributes:
24
25
- $ iex -S mix run -pa _build/dev/consolidated
+ $ iex -pa _build/dev/consolidated -S mix run
26
iex> Protocol.consolidated?(Enumerable)
27
true
28
0 commit comments