File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -360,13 +360,13 @@ pub enum PaymentSendFailure {
360360 /// [`Event::PaymentSent`]: crate::util::events::Event::PaymentSent
361361 /// [`Event::PaymentFailed`]: crate::util::events::Event::PaymentFailed
362362 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.
365365 ///
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
367367 /// send_payment.
368368 ///
369- /// Any entries which contain `Err(APIError::MonitorUpdateInprogress)` will send once a
369+ /// Any entries that contain `Err(APIError::MonitorUpdateInprogress)` will send once a
370370 /// [`MonitorEvent::Completed`] is provided for the next-hop channel with the latest update_id.
371371 ///
372372 /// [`MonitorEvent::Completed`]: crate::chain::channelmonitor::MonitorEvent::Completed
You can’t perform that action at this time.
0 commit comments