Skip to content

Commit 44675be

Browse files
authored
Fix spelling in backtrace_frame doc comment (#381)
1 parent 8b8ea53 commit 44675be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/print.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub struct BacktraceFrameFmt<'fmt, 'a, 'b> {
9999
impl BacktraceFrameFmt<'_, '_, '_> {
100100
/// Prints a `BacktraceFrame` with this frame formatter.
101101
///
102-
/// This will recusrively print all `BacktraceSymbol` instances within the
102+
/// This will recursively print all `BacktraceSymbol` instances within the
103103
/// `BacktraceFrame`.
104104
///
105105
/// # Required features

0 commit comments

Comments
 (0)