Skip to content

Commit 00b426b

Browse files
authored
fix explanation around level filter
1 parent 68a1700 commit 00b426b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ impl Builder {
538538
///
539539
/// # Examples
540540
///
541-
/// Only include messages for warning and above for logs in `path::to::module`:
541+
/// Only include messages for info and above for logs in `path::to::module`:
542542
///
543543
/// ```
544544
/// # fn main() {
@@ -559,7 +559,7 @@ impl Builder {
559559
///
560560
/// # Examples
561561
///
562-
/// Only include messages for warning and above for logs in `path::to::module`:
562+
/// Only include messages for info and above for logs in `path::to::module`:
563563
///
564564
/// ```
565565
/// # fn main() {
@@ -583,7 +583,7 @@ impl Builder {
583583
///
584584
/// # Examples
585585
///
586-
/// Only include messages for warning and above for logs in `path::to::module`:
586+
/// Only include messages for info and above for logs in `path::to::module`:
587587
///
588588
/// ```
589589
/// # fn main() {

0 commit comments

Comments
 (0)