Skip to content

Commit f4340a6

Browse files
committed
Fix typo in verbosity macro docstring
1 parent 765689e commit f4340a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/verbosity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ to the core logging logic as a `LoggingExtras.Verbosity` object.
2424
Note these "verbose" logging messages will only be filtered if a filter logger is used.
2525
A `LoggingExtras.EarlyFilteredLogger`can be used to filter on the `group.verbosity` argument.
2626
For convenience, the
27-
[`LoggintExtras.withlevel(f, level; verbosity)`](@ref) function is provided to temporarily
27+
[`LoggingExtras.withlevel(f, level; verbosity)`](@ref) function is provided to temporarily
2828
wrap the current logger with a log level and verbosity to filter while `f` is executed.
2929
"""
3030

0 commit comments

Comments
 (0)