Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add missing colon in Logger documentation (#7853)
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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 |
|
|