diff --git a/src/config.rs b/src/config.rs index 40758cc1..505d2211 100644 --- a/src/config.rs +++ b/src/config.rs @@ -187,7 +187,7 @@ impl ConfigBuilder { /// The easiest way to satisfy the static lifetime of the argument is to directly use the /// re-exported [`time::macros::format_description`] macro. /// - /// *Note*: The default time format is "[hour]:[minute]:[second]". + /// *Note*: The default time format is `[hour]:[minute]:[second]`. /// /// The syntax for the format_description macro can be found in the /// [`time` crate book](https://time-rs.github.io/book/api/format-description.html).