Skip to content

Commit

Permalink
Fix typo in docs of logger.ex (#13835)
Browse files Browse the repository at this point in the history
  • Loading branch information
alappe authored Sep 17, 2024
1 parent 6342bb2 commit 6d44df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger/lib/logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ defmodule Logger do
in future releases
* `Logger.Backends` only receive `:debug`, `:info`, `:warning`, and `:error`
messages. `:notice` maps to `:info`. `:warn` amps to `:warnings`.
messages. `:notice` maps to `:info`. `:warn` maps to `:warnings`.
All others map to `:error`
"""

Expand Down

0 comments on commit 6d44df6

Please sign in to comment.