Skip to content

Commit

Permalink
f s/not ever/never
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Apr 18, 2024
1 parent 182a258 commit 71b3225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 71b3225

Please sign in to comment.