We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbf5b3 commit 4524d0aCopy full SHA for 4524d0a
src/lib.rs
@@ -2953,7 +2953,7 @@ where
2953
// {{{ Value
2954
/// Value that can be serialized
2955
///
2956
-/// Types that implement this trait implement custom serialization in the
+/// Types that implement this trait have custom serialization in the
2957
/// structured part of the log macros. Without an implementation of `Value` for
2958
/// your type you must emit using either the `?` "debug", `#?` "pretty-debug",
2959
/// `%` "display", `#%` "alternate display" or [`SerdeValue`](trait.SerdeValue.html)
0 commit comments