Skip to content

Commit

Permalink
attributes: fix typo "overriden" => "overridden" (#2719)
Browse files Browse the repository at this point in the history
Co-authored-by: Eliza Weisman <eliza@buoyant.io>
; Conflicts:
;	tracing-attributes/src/lib.rs
  • Loading branch information
tobymurray authored and hawkw committed Oct 12, 2023
1 parent 71b5b2c commit f96846d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-attributes/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ mod expand;
/// Instruments a function to create and enter a `tracing` [span] every time
/// 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.
/// By default, all arguments to the function are included as fields on the
/// span. Arguments that are `tracing` [primitive types] implementing the
Expand Down

0 comments on commit f96846d

Please sign in to comment.