Skip to content

Commit

Permalink
chore: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 13, 2023
1 parent edc6d92 commit 432726b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl Report {
//that calls panic hook
const SKIP_FRAMES_NUM: usize = 8;
//We take padding for address and extra two letters
//to padd after index.
//to pad after index.
const HEX_WIDTH: usize = mem::size_of::<usize>() + 2;
//Padding for next lines after frame's address
const NEXT_SYMBOL_PADDING: usize = HEX_WIDTH + 6;
Expand Down

0 comments on commit 432726b

Please sign in to comment.