Skip to content

Commit 4524d0a

Browse files
committed
doc: Avoid using 'implement' twice in slog::Value
This is a minor style improvement, not even worthy of comment in CHANGELOG.
1 parent 0dbf5b3 commit 4524d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2953,7 +2953,7 @@ where
29532953
// {{{ Value
29542954
/// Value that can be serialized
29552955
///
2956-
/// Types that implement this trait implement custom serialization in the
2956+
/// Types that implement this trait have custom serialization in the
29572957
/// structured part of the log macros. Without an implementation of `Value` for
29582958
/// your type you must emit using either the `?` "debug", `#?` "pretty-debug",
29592959
/// `%` "display", `#%` "alternate display" or [`SerdeValue`](trait.SerdeValue.html)

0 commit comments

Comments
 (0)