Skip to content

Commit 3fb468c

Browse files
authored
Merge pull request #57 from mmiller-max/mm/fix-readme-example
Correct README example
2 parents 7a8471b + e666b20 commit 3fb468c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)