Skip to content

Commit 71b3225

Browse files
committed
f s/not ever/never
1 parent 182a258 commit 71b3225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/events/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ pub enum Event {
793793
/// Used to indicate that an output which you should know how to spend was confirmed on chain
794794
/// and is now spendable.
795795
///
796-
/// Such an output will *not* ever be spent directly by LDK, and are not at risk of your
796+
/// Such an output will *never* be spent directly by LDK, and are not at risk of your
797797
/// counterparty spending them due to some kind of timeout. Thus, you need to store them
798798
/// somewhere and spend them when you create on-chain transactions.
799799
///

0 commit comments

Comments
 (0)