File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ impl Builder {
538
538
///
539
539
/// # Examples
540
540
///
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`:
542
542
///
543
543
/// ```
544
544
/// # fn main() {
@@ -559,7 +559,7 @@ impl Builder {
559
559
///
560
560
/// # Examples
561
561
///
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`:
563
563
///
564
564
/// ```
565
565
/// # fn main() {
@@ -583,7 +583,7 @@ impl Builder {
583
583
///
584
584
/// # Examples
585
585
///
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`:
587
587
///
588
588
/// ```
589
589
/// # fn main() {
You can’t perform that action at this time.
0 commit comments