mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-11-03 15:03:00 +00:00
attributes: fix typo "overriden" => "overridden" (#2719)
Co-authored-by: Eliza Weisman <eliza@buoyant.io> ; Conflicts: ; tracing-attributes/src/lib.rs
This commit is contained in:
parent
71b5b2c579
commit
f96846d78a
@ -91,7 +91,7 @@ mod expand;
|
|||||||
/// Instruments a function to create and enter a `tracing` [span] every time
|
/// Instruments a function to create and enter a `tracing` [span] every time
|
||||||
/// the function is called.
|
/// the function is called.
|
||||||
///
|
///
|
||||||
/// Unless overriden, a span with the [`INFO`] [level] will be generated.
|
/// Unless overridden, a span with the [`INFO`] [level] will be generated.
|
||||||
/// The generated span's name will be the name of the function.
|
/// The generated span's name will be the name of the function.
|
||||||
/// By default, all arguments to the function are included as fields on the
|
/// By default, all arguments to the function are included as fields on the
|
||||||
/// span. Arguments that are `tracing` [primitive types] implementing the
|
/// span. Arguments that are `tracing` [primitive types] implementing the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user