diff --git a/src/lib.rs b/src/lib.rs index 19438a5f..8f281aab 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2972,7 +2972,7 @@ where // {{{ Value /// Value that can be serialized /// -/// Types that implement this trait implement custom serialization in the +/// Types that implement this trait have custom serialization in the /// structured part of the log macros. Without an implementation of `Value` for /// your type you must emit using either the `?` "debug", `#?` "pretty-debug", /// `%` "display", `#%` "alternate display" or [`SerdeValue`](trait.SerdeValue.html)