Skip to content

Commit 9b49f6e

Browse files
authored
Fix another typo (symbolicated) (#382)
1 parent 44675be commit 9b49f6e

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
@@ -58,7 +58,7 @@ impl<'a, 'b> BacktraceFmt<'a, 'b> {
5858
/// Prints a preamble for the backtrace about to be printed.
5959
///
6060
/// This is required on some platforms for backtraces to be fully
61-
/// sumbolicated later, and otherwise this should just be the first method
61+
/// symbolicated later, and otherwise this should just be the first method
6262
/// you call after creating a `BacktraceFmt`.
6363
pub fn add_context(&mut self) -> fmt::Result {
6464
#[cfg(target_os = "fuchsia")]

0 commit comments

Comments
 (0)