We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc6d92 commit 432726bCopy full SHA for 432726b
1 file changed
src/report.rs
@@ -51,7 +51,7 @@ impl Report {
51
//that calls panic hook
52
const SKIP_FRAMES_NUM: usize = 8;
53
//We take padding for address and extra two letters
54
- //to padd after index.
+ //to pad after index.
55
const HEX_WIDTH: usize = mem::size_of::<usize>() + 2;
56
//Padding for next lines after frame's address
57
const NEXT_SYMBOL_PADDING: usize = HEX_WIDTH + 6;
0 commit comments