Skip to content

Commit 3e50011

Browse files
committed
Fix grammar in docs
1 parent 1227dfc commit 3e50011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ impl Invoice {
11481148
self.signed_invoice.hash
11491149
}
11501150

1151-
/// Transform the `Invoice` into it's unchecked version
1151+
/// Transform the `Invoice` into its unchecked version.
11521152
pub fn into_signed_raw(self) -> SignedRawInvoice {
11531153
self.signed_invoice
11541154
}

0 commit comments

Comments
 (0)