Skip to content

Commit 94e264d

Browse files
committed
Fix broken rustdoc link in InvoicePayer
1 parent a812ed2 commit 94e264d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ use std::ops::Deref;
134134
use std::sync::Mutex;
135135
use std::time::{Duration, SystemTime};
136136

137-
/// A utility for paying [`Invoice]`s.
137+
/// A utility for paying [`Invoice`]s.
138138
pub struct InvoicePayer<P: Deref, R, S: Deref, L: Deref, E>
139139
where
140140
P::Target: Payer,

0 commit comments

Comments
 (0)