diff --git a/lightning/src/events/mod.rs b/lightning/src/events/mod.rs index 080efdf8dcf..4d644fe43f8 100644 --- a/lightning/src/events/mod.rs +++ b/lightning/src/events/mod.rs @@ -793,7 +793,7 @@ pub enum Event { /// Used to indicate that an output which you should know how to spend was confirmed on chain /// and is now spendable. /// - /// Such an output will *not* ever be spent directly by LDK, and are not at risk of your + /// Such an output will *never* be spent directly by LDK, and are not at risk of your /// counterparty spending them due to some kind of timeout. Thus, you need to store them /// somewhere and spend them when you create on-chain transactions. ///