Skip to content

Commit 51ea3af

Browse files
committed
f grammar
1 parent 0631cb2 commit 51ea3af

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
@@ -2409,7 +2409,7 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
24092409
/// Signals that no further retries for the given payment will occur.
24102410
///
24112411
/// After this method returns, any future calls to [`retry_payment`] for the given `payment_id`
2412-
/// will fail with a [`PaymentSendFailure::ParameterError`] error.
2412+
/// will fail with [`PaymentSendFailure::ParameterError`].
24132413
///
24142414
/// [`retry_payment`]: Self::retry_payment
24152415
pub fn no_further_payment_retries(&self, payment_id: PaymentId) {

0 commit comments

Comments
 (0)