Skip to content

Commit

Permalink
fix the docstring of min_enabled_level (JuliaLang#32573)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 authored and StefanKarpinski committed Jul 15, 2019
1 parent fe9de99 commit cb37580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/logging.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function shouldlog end
"""
min_enabled_level(logger)
Return the maximum disabled level for `logger` for early filtering. That is,
Return the minimum enabled level for `logger` for early filtering. That is,
the log level below or equal to which all messages are filtered.
"""
function min_enabled_level end
Expand Down

0 comments on commit cb37580

Please sign in to comment.