Skip to content

Commit b28a320

Browse files
committed
f docs
1 parent 8c7367f commit b28a320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/util/events.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ pub enum Event {
261261
/// failed. This will be set to false if (1) this is an MPP payment and (2) other parts of the
262262
/// larger MPP payment were still in flight when this event was generated.
263263
///
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
266266
/// being processed, you may retry in response to a first failure, with a second failure
267267
/// (with `all_paths_failed` set) still pending. Then, when the second failure is processed
268268
/// you will see `all_paths_failed` set even though the retry of the first failure still

0 commit comments

Comments
 (0)