From da118af9b88bcb9a0d819ab68b66f0b4f22727ed Mon Sep 17 00:00:00 2001 From: Philip Cristiano Date: Wed, 8 Nov 2023 14:06:32 -0500 Subject: [PATCH] docs: Fix traceback typo --- pretty_trace/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretty_trace/src/lib.rs b/pretty_trace/src/lib.rs index 0018d301..39919931 100644 --- a/pretty_trace/src/lib.rs +++ b/pretty_trace/src/lib.rs @@ -111,7 +111,7 @@ //!
 //!     PrettyTrace::new().ctrlc().on();
 //! 
-//! then any Ctrl-C will be converted into a panic, and then you'll get a trackback. +//! then any Ctrl-C will be converted into a panic, and then you'll get a traceback. //! //! # Full disclosure //!