File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -261,8 +261,8 @@ pub enum Event {
261
261
/// failed. This will be set to false if (1) this is an MPP payment and (2) other parts of the
262
262
/// larger MPP payment were still in flight when this event was generated.
263
263
///
264
- /// Note that if you are retrying individual MPP parts using this value to determine if a
265
- /// payment has fully failed is race-y. Because multiple failure can happen prior to events
264
+ /// Note that if you are retrying individual MPP parts, using this value to determine if a
265
+ /// payment has fully failed is race-y. Because multiple failures can happen prior to events
266
266
/// being processed, you may retry in response to a first failure, with a second failure
267
267
/// (with `all_paths_failed` set) still pending. Then, when the second failure is processed
268
268
/// you will see `all_paths_failed` set even though the retry of the first failure still
You can’t perform that action at this time.
0 commit comments