Skip to content

Commit

Permalink
error: add missing backtick to prelude docs (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgnottingham authored and hawkw committed Jun 6, 2022
1 parent cc19449 commit 1afc9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-error/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ pub use self::layer::ErrorLayer;
pub mod prelude {
//! The `tracing-error` prelude.
//!
//! This brings into scope the `InstrumentError, `InstrumentResult`, and `ExtractSpanTrace`
//! This brings into scope the `InstrumentError`, `InstrumentResult`, and `ExtractSpanTrace`
//! extension traits. These traits allow attaching `SpanTrace`s to errors and
//! subsequently retrieving them from `dyn Error` trait objects.

Expand Down

0 comments on commit 1afc9d5

Please sign in to comment.