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 {
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() {
You can’t perform that action at this time.
0 commit comments