Skip to content

Commit

Permalink
fix Kind::HINT's doc's
Browse files Browse the repository at this point in the history
  • Loading branch information
guswynn committed Jan 13, 2022
1 parent ac87e42 commit 9b09230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-core/src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ impl Kind {
/// `Span` callsite
pub const SPAN: Kind = Kind(KindInner::Span);

/// `enabled!` callsite. [`Collect`][`crate::collect::Collect`]'s can assume
/// `enabled!` callsite. [`Collect`][`crate::collect::Collect`]s can assume
/// this `Kind` means they will never recieve a
/// full event with this [`Metadata`].
pub const HINT: Kind = Kind(KindInner::Hint);
Expand Down

0 comments on commit 9b09230

Please sign in to comment.