From e362daccc86634aca54affaf7e42e009e5499b06 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Wed, 17 Apr 2024 10:38:57 +0200 Subject: [PATCH] f s/not ever/never --- lightning/src/events/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning/src/events/mod.rs b/lightning/src/events/mod.rs index 080efdf8dc..4d644fe43f 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. ///