Skip to content

Commit 3de2d5b

Browse files
committed
f missing rename in docs
1 parent 24918f2 commit 3de2d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ pub enum PaymentSendFailure {
12001200
/// send_payment.
12011201
PathParameterError(Vec<Result<(), APIError>>),
12021202
/// All paths which were attempted failed to send, with no channel state change taking place.
1203-
/// You can freely retry the payment in full (though you probably want to do so over different
1203+
/// You can freely resend the payment in full (though you probably want to do so over different
12041204
/// paths than the ones selected).
12051205
///
12061206
/// Because the payment failed outright, no payment tracking is done, you do not need to call

0 commit comments

Comments
 (0)