Skip to content

Commit

Permalink
doc: Avoid using 'implement' twice in slog::Value
Browse files Browse the repository at this point in the history
This is a minor style improvement.
  • Loading branch information
Techcable committed Sep 23, 2024
1 parent 734c9e3 commit 683b3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 683b3f4

Please sign in to comment.