docs: fix typos

This commit is contained in:
bitcoin-lightning
2023-12-21 15:21:35 +00:00
parent 30348baedc
commit b72fc9529e
6 changed files with 8 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ type InvoiceDB interface {
// DeleteInvoice attempts to delete the passed invoices from the
// database in one transaction. The passed delete references hold all
// keys required to delete the invoices without also needing to
// deserialze them.
// deserialize them.
DeleteInvoice(ctx context.Context,
invoicesToDelete []InvoiceDeleteRef) error