Skip to content

Commit 035cda8

Browse files
authored
docs: fix markdown typo from 484ca2b
1 parent eb50f9d commit 035cda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
//! * `hello=DEBUG` turns on debug logging for 'hello' (same as previous)
149149
//! * `hello,std::option` turns on hello, and std's option logging
150150
//! * `error,hello=warn` turn on global error logging and also warn for hello
151-
//! * `error,hello=off`` turn on global error logging, but turn off logging for hello
151+
//! * `error,hello=off` turn on global error logging, but turn off logging for hello
152152
//! * `off` turns off all logging for the application
153153
//! * `OFF` turns off all logging for the application (same as previous)
154154
//!

0 commit comments

Comments
 (0)