Skip to content

Commit 1059231

Browse files
committed
f - fix create_refund_builder docs
1 parent d2848f3 commit 1059231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7110,8 +7110,8 @@ where
71107110

71117111
/// Creates a [`RefundBuilder`] such that the [`Refund`] it builds is recognized by the
71127112
/// [`ChannelManager`] when handling [`Bolt12Invoice`] messages for the refund. The builder will
7113-
/// have an expiration set, if provided. Any changes to the expiration on the returned builder
7114-
/// will not be honored by [`ChannelManager`].
7113+
/// have the provided expiration set. Any changes to the expiration on the returned builder will
7114+
/// not be honored by [`ChannelManager`].
71157115
///
71167116
/// The provided `payment_id` is used to ensure that only one invoice is paid for the refund.
71177117
///

0 commit comments

Comments
 (0)