Skip to content

Commit 8cd4806

Browse files
committed
Fix typo lightning-invoice/src/ser.rs
1 parent 9c5edad commit 8cd4806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/ser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ impl<'a, W: WriteBase32> BytesToBase32<'a, W> {
5252
}
5353

5454
// 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.
55+
// a u5. Save remaining bits from byte to buffer.
5656
let from_buffer = self.buffer >> 3;
5757
let from_byte = byte >> (3 + self.buffer_bits); // buffer_bits <= 4
5858

0 commit comments

Comments
 (0)