Skip to content

Commit b451a1c

Browse files
authored
Very minor doc correction (#55173)
Adds a period to the logging docs. That's it 👍🏼
1 parent 0e6d797 commit b451a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/logging/logging.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function min_enabled_level end
6060
catch_exceptions(logger)
6161
6262
Return `true` if the logger should catch exceptions which happen during log
63-
record construction. By default, messages are caught
63+
record construction. By default, messages are caught.
6464
6565
By default all exceptions are caught to prevent log message generation from
6666
crashing the program. This lets users confidently toggle little-used

0 commit comments

Comments
 (0)