Skip to content

Commit 0792fe2

Browse files
author
José Valim
committed
Merge pull request #2708 from alco/typo
Fix a typo in Mix.Project.compile_path doc
2 parents e4ba8d5 + 4408aa3 commit 0792fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/project.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ defmodule Mix.Project do
296296
## Examples
297297
298298
Mix.Project.compile_path
299-
#=> "/path/to/project/_build/shared/lib/app/priv"
299+
#=> "/path/to/project/_build/shared/lib/app/ebin"
300300
301301
"""
302302
def compile_path(config \\ config()) do

0 commit comments

Comments
 (0)