Fix grammar in docs

This commit is contained in:
Jeffrey Czyz 2023-07-14 15:04:30 -05:00
parent 1227dfc1ee
commit 3e50011e22
No known key found for this signature in database
GPG key ID: 3A4E08275D5E96D2

View file

@ -1148,7 +1148,7 @@ impl Invoice {
self.signed_invoice.hash
}
/// Transform the `Invoice` into it's unchecked version
/// Transform the `Invoice` into its unchecked version.
pub fn into_signed_raw(self) -> SignedRawInvoice {
self.signed_invoice
}