Merge pull request #161 from atetubou/patch-1

fix explanation around level filter
This commit is contained in:
Ashley Mannix
2020-07-02 09:18:50 +10:00
committed by GitHub
+3 -3
View File
@@ -538,7 +538,7 @@ impl Builder {
///
/// # Examples
///
/// Only include messages for warning and above for logs in `path::to::module`:
/// Only include messages for info and above for logs in `path::to::module`:
///
/// ```
/// # fn main() {
@@ -559,7 +559,7 @@ impl Builder {
///
/// # Examples
///
/// Only include messages for warning and above for logs in `path::to::module`:
/// Only include messages for info and above for logs in `path::to::module`:
///
/// ```
/// # fn main() {
@@ -583,7 +583,7 @@ impl Builder {
///
/// # Examples
///
/// Only include messages for warning and above for logs in `path::to::module`:
/// Only include messages for info and above for logs in `path::to::module`:
///
/// ```
/// # fn main() {