Skip to content

Commit 7df5d15

Browse files
author
José Valim
committed
Remove space excess in compile.elixir docs
1 parent d7ff228 commit 7df5d15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/mix/lib/mix/tasks/compile.elixir.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ defmodule Mix.Tasks.Compile.Elixir do
200200
Defaults to `["lib"]`, can be configured as:
201201
202202
```
203-
[elixirc_paths: ["lib", "other"]]
203+
[elixirc_paths: ["lib", "other"]]
204204
```
205205
206206
* `:elixirc_options` - compilation options that apply
@@ -212,14 +212,14 @@ defmodule Mix.Tasks.Compile.Elixir do
212212
is a change:
213213
214214
```
215-
[compile_exts: [:ex]]
215+
[compile_exts: [:ex]]
216216
```
217217
218218
* `:watch_exts` - extensions to watch in order to trigger
219219
a compilation:
220220
221221
```
222-
[elixirc_watch_exts: [:ex, :eex]]
222+
[elixirc_watch_exts: [:ex, :eex]]
223223
```
224224
225225
"""

0 commit comments

Comments
 (0)