summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Tapia Rico <fertapric@gmail.com>2018-07-10 21:03:23 +0200
committerJosé Valim <jose.valim@gmail.com>2018-07-10 21:03:23 +0200
commit8847bc7a9e39798e7aa74a4e199de75fccef055e (patch)
tree19079b221b53c53c7715c582eef7d1a51191c902
parent34a4a49af0508e939a2595242dfdea3609351edf (diff)
downloadelixir-8847bc7a9e39798e7aa74a4e199de75fccef055e.tar.gz
Add missing colon in Logger documentation (#7853)
-rw-r--r--lib/logger/lib/logger.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger/lib/logger.ex b/lib/logger/lib/logger.ex
index ab8ac5f47..eaf777036 100644
--- a/lib/logger/lib/logger.ex
+++ b/lib/logger/lib/logger.ex
@@ -502,7 +502,7 @@ defmodule Logger do
Compares log levels.
Receives two log levels and compares the `left` level
- against the `right` level and returns
+ against the `right` level and returns:
* `:lt` if `left` is less than `right`
* `:eq` if `left` and `right` are equal