summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Gehring <cbrxde@gmail.com>2019-08-09 15:04:42 +0200
committerFernando Tapia Rico <fertapric@gmail.com>2019-08-09 15:04:42 +0200
commit885b886982c2f22bb4e32dd7a1f06672dfdb9481 (patch)
tree49e41a381d65c05096867cb2d0b6d62a9719d629
parenta914197b521c58113b4ba893e1fb30eec4928cf2 (diff)
downloadelixir-885b886982c2f22bb4e32dd7a1f06672dfdb9481.tar.gz
Fix missing backtick in mix.release struct docs (#9281)
-rw-r--r--lib/mix/lib/mix/release.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/lib/mix/release.ex b/lib/mix/lib/mix/release.ex
index be982f698..146273b3f 100644
--- a/lib/mix/lib/mix/release.ex
+++ b/lib/mix/lib/mix/release.ex
@@ -8,7 +8,7 @@ defmodule Mix.Release do
* `:name` - the name of the release as an atom
* `:version` - the version of the release as a string or
- `{:from_app, app_name}
+ `{:from_app, app_name}`
* `:path` - the path to the release root
* `:version_path` - the path to the release version inside the release
* `:applications` - a map of application with their definitions