Another one bites the dust

This commit is contained in:
Jane Lusby 2020-03-04 17:15:40 -08:00
parent 24f97fa239
commit 788f7e8bbd

View File

@ -46,7 +46,7 @@ The main changes this crate brings to anyhow are
the type of the custom context.
These changes were made in order to facilitate the usage of
[`tracing::SpanTrace`] with anyhow, which is a Backtrace-like type for
[`tracing_error::SpanTrace`] with anyhow, which is a Backtrace-like type for
rendering custom defined runtime context.
```toml