Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Oct 18, 2024
2 parents ff62545 + 34e52ee commit cd8b3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kernel/src/logger.erl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ equal to or below the configured log level.
-type level() :: emergency | alert | critical | error |
warning | notice | info | debug.
-doc "A log report.".
-type report() :: map() | [{atom(),term()}].
-type report() :: map() | [{atom(),term()}, ...].
-doc """
A fun which converts a [`report()`](`t:report/0`) to a format string and
arguments, or directly to a string.
Expand Down

0 comments on commit cd8b3ea

Please sign in to comment.