From 756388c140959769c746e12f83d0d77bc5f269e9 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 10 Dec 2020 12:47:32 +0100 Subject: [PATCH] typo (#554) --- src/exception.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exception.rs b/src/exception.rs index 284e952e..0712b4aa 100644 --- a/src/exception.rs +++ b/src/exception.rs @@ -87,7 +87,7 @@ impl StackTrace { } impl StackFrame { - /// Returns the number, 1-based, of the line for the associate function call. + /// Returns the number, 1-based, of the line for the associated function call. /// This method will return Message::kNoLineNumberInfo if it is unable to /// retrieve the line number, or if kLineNumber was not passed as an option /// when capturing the StackTrace.