Skip to content

Commit d0355b7

Browse files
committed
Fix type name in docs
1 parent 200f3d1 commit d0355b7

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
@@ -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)