Skip to content

Commit 6045c24

Browse files
authored
doc: add missing opening backtick. (#58)
1 parent 3fb468c commit 6045c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/earlyfiltered.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ catch_exceptions(logger::EarlyFilteredLogger) = catch_exceptions(logger.logger)
4141
This returns a NamedTuple containing all the arguments the logger gives
4242
to `shouldlog`
4343
It is passed to the early logger filter.
44-
These argument come from the logging macro (@info`, `@warn` etc).
44+
These argument come from the logging macro (`@info`, `@warn` etc).
4545
4646
* `level::LogLevel` Warn, Info, etc,
4747
* `_module::Module` can be used to specify a different originating module from

0 commit comments

Comments
 (0)