Skip to content

Commit 199ea3f

Browse files
committed
Fix type name in docs
1 parent 71226d5 commit 199ea3f

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
@@ -1066,7 +1066,7 @@ impl Invoice {
10661066
Ok(())
10671067
}
10681068

1069-
/// Constructs an `Invoice` from a `SignedInvoice` by checking all its invariants.
1069+
/// Constructs an `Invoice` from a `SignedRawInvoice` by checking all its invariants.
10701070
/// ```
10711071
/// use lightning_invoice::*;
10721072
///

0 commit comments

Comments
 (0)