Skip to content

Commit 422f79b

Browse files
committed
Fix type name in docs
1 parent cfbd2a4 commit 422f79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ impl Invoice {
10481048
Ok(())
10491049
}
10501050

1051-
/// Constructs an `Invoice` from a `SignedInvoice` by checking all its invariants.
1051+
/// Constructs an `Invoice` from a `SignedRawInvoice` by checking all its invariants.
10521052
/// ```
10531053
/// use lightning_invoice::*;
10541054
///

0 commit comments

Comments
 (0)