Skip to content

Commit cbdbf57

Browse files
committed
fix: typo on src/macros.rs description
1 parent 4324e68 commit cbdbf57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/macros/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pub mod error_report;
22

3-
/// Emitt a tracing error event for an error with rich, structured context.
4-
/// It capturing the error using the experimental Rust [std::error::Report](https://doc.rust-lang.org/stable/std/error/struct.Report.html)
3+
/// Emit a tracing error event for an error with rich, structured context.
4+
/// It captures the error using the experimental Rust [std::error::Report](https://doc.rust-lang.org/stable/std/error/struct.Report.html)
55
/// and adding the type name as error.kind, the backtrace as error.trace and the error stack as error.message
66
///
77
/// # Examples
@@ -50,8 +50,8 @@ macro_rules! trace_error {
5050
};
5151
}
5252

53-
/// Emitt a tracing error event for anyhow error with rich, structured context.
54-
/// It capturing the error using the experimental Rust [std::error::Report](https://doc.rust-lang.org/stable/std/error/struct.Report.html)
53+
/// Emit a tracing error event for anyhow error with rich, structured context.
54+
/// It captures the error using the experimental Rust [std::error::Report](https://doc.rust-lang.org/stable/std/error/struct.Report.html)
5555
/// and adding the type name as error.kind, the backtrace as error.trace and the error stack as error.message
5656
///
5757
/// # Examples

0 commit comments

Comments
 (0)