summaryrefslogtreecommitdiff
path: root/src/mod_avatar.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-04-28 21:31:35 +0200
committerBadlop <badlop@process-one.net>2020-04-28 21:31:35 +0200
commit4a7d42647f8b9fbe5521b116e541dc598cb53c76 (patch)
tree1f06aaddbf16da3f2cbb32641d51c63571c423cd /src/mod_avatar.erl
parentUpdate dependences in mix (diff)
Rewrite sentences in modules options examples, to not break Docs indentation
Diffstat (limited to 'src/mod_avatar.erl')
-rw-r--r--src/mod_avatar.erl5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mod_avatar.erl b/src/mod_avatar.erl
index 10c7e619..a6c56f96 100644
--- a/src/mod_avatar.erl
+++ b/src/mod_avatar.erl
@@ -481,12 +481,9 @@ mod_doc() ->
"the list of supported formats is detected at compile time "
"depending on the image libraries installed in the system."),
example =>
- [{?T("In this example avatars in WebP format are "
- "converted to JPEG, all other formats are "
- "converted to PNG:"),
["convert:",
" webp: jpg",
- " default: png"]}]}},
+ " default: png"]}},
{rate_limit,
#{value => ?T("Number"),
desc =>