mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Fix grammar in docs
This commit is contained in:
parent
1227dfc1ee
commit
3e50011e22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue