diff --git a/tracing-error/src/lib.rs b/tracing-error/src/lib.rs index 88f5ae228d..b94205ceeb 100644 --- a/tracing-error/src/lib.rs +++ b/tracing-error/src/lib.rs @@ -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.