slog-rs/slog

slog::Value doc says "Types that implement this type", should say "this trait_

Closed this issue · 1 comments

In https://docs.rs/slog/latest/slog/trait.Value.html, the documentation for slog::Value starts

Value that can be serialized

Types that implement this type implement custom serialization in the structured part of the log macros.

Is the "this type" meant to be "this trait"?

dpc commented

Yeap. Good catch.