Skip to content

Commit

Permalink
docs: fix markdown typo from 484ca2b
Browse files Browse the repository at this point in the history
  • Loading branch information
salewski committed Dec 7, 2020
1 parent eb50f9d commit 035cda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
//! * `hello=DEBUG` turns on debug logging for 'hello' (same as previous)
//! * `hello,std::option` turns on hello, and std's option logging
//! * `error,hello=warn` turn on global error logging and also warn for hello
//! * `error,hello=off`` turn on global error logging, but turn off logging for hello
//! * `error,hello=off` turn on global error logging, but turn off logging for hello
//! * `off` turns off all logging for the application
//! * `OFF` turns off all logging for the application (same as previous)
//!
Expand Down

0 comments on commit 035cda8

Please sign in to comment.