Skip to content

Commit

Permalink
doc: Fix typo in slog::Value docs (issue #335)
Browse files Browse the repository at this point in the history
Thank you for @larswirzenius for noticing this!

Fixes #335
  • Loading branch information
Techcable committed Sep 23, 2024
1 parent 6fa18aa commit 734c9e3
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 type implement custom serialization in the
/// Types that implement this trait implement 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 734c9e3

Please sign in to comment.