Skip to content

Commit e3295c3

Browse files
committed
f s/three/four/
1 parent 770561a commit e3295c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/wakers.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ impl Sleeper {
255255
vec![Arc::clone(&fut_a.state), Arc::clone(&fut_b.state), Arc::clone(&fut_c.state)];
256256
Self { notifiers }
257257
}
258-
/// Constructs a new sleeper from four futures, allowing blocking on all three at once.
258+
/// Constructs a new sleeper from four futures, allowing blocking on all four at once.
259259
///
260260
// Note that this is another common case - a ChannelManager, a ChainMonitor, an
261261
// OnionMessenger, and a LiquidityManager.

0 commit comments

Comments
 (0)