File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -360,13 +360,13 @@ pub enum PaymentSendFailure {
360
360
/// [`Event::PaymentSent`]: crate::util::events::Event::PaymentSent
361
361
/// [`Event::PaymentFailed`]: crate::util::events::Event::PaymentFailed
362
362
DuplicatePayment ,
363
- /// Some paths which were attempted failed to send, though possibly not all . At least some
364
- /// paths have irrevocably committed to the HTLC.
363
+ /// Some paths that were attempted failed to send, though some paths may have succeeded . At least
364
+ /// some paths have irrevocably committed to the HTLC.
365
365
///
366
- /// The results here are ordered the same as the paths in the route object which was passed to
366
+ /// The results here are ordered the same as the paths in the route object that was passed to
367
367
/// send_payment.
368
368
///
369
- /// Any entries which contain `Err(APIError::MonitorUpdateInprogress)` will send once a
369
+ /// Any entries that contain `Err(APIError::MonitorUpdateInprogress)` will send once a
370
370
/// [`MonitorEvent::Completed`] is provided for the next-hop channel with the latest update_id.
371
371
///
372
372
/// [`MonitorEvent::Completed`]: crate::chain::channelmonitor::MonitorEvent::Completed
You can’t perform that action at this time.
0 commit comments