Skip to content

Commit

Permalink
Add missing colon in Logger documentation (#7853)
Browse files Browse the repository at this point in the history
  • Loading branch information
fertapric authored and josevalim committed Jul 10, 2018
1 parent 34a4a49 commit 8847bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger/lib/logger.ex
Expand Up @@ -502,7 +502,7 @@ defmodule Logger do
Compares log levels. Compares log levels.
Receives two log levels and compares the `left` level 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` * `:lt` if `left` is less than `right`
* `:eq` if `left` and `right` are equal * `:eq` if `left` and `right` are equal
Expand Down

0 comments on commit 8847bc7

Please sign in to comment.