Skip to content

Commit e666b20

Browse files
author
Mal Miller
committed
Correct README example
1 parent 7a8471b commit e666b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ using HTTP
363363

364364
function not_HTTP_message_filter(log)
365365
# HTTP.jl utilizes internal modules so call parentmodule(...)
366-
log.module !== HTTP && parentmodule(log._module) !== HTTP
366+
log._module !== HTTP && parentmodule(log._module) !== HTTP
367367
end
368368

369369
global_logger(EarlyFilteredLogger(not_HTTP_message_filter, global_logger()))

0 commit comments

Comments
 (0)