We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5edad commit 8cd4806Copy full SHA for 8cd4806
lightning-invoice/src/ser.rs
@@ -52,7 +52,7 @@ impl<'a, W: WriteBase32> BytesToBase32<'a, W> {
52
}
53
54
// Combine all bits from buffer with enough bits from this rounds byte so that they fill
55
- // a u5. Save reamining bits from byte to buffer.
+ // a u5. Save remaining bits from byte to buffer.
56
let from_buffer = self.buffer >> 3;
57
let from_byte = byte >> (3 + self.buffer_bits); // buffer_bits <= 4
58
0 commit comments