We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
s/three/four/
1 parent 770561a commit e3295c3Copy full SHA for e3295c3
lightning/src/util/wakers.rs
@@ -255,7 +255,7 @@ impl Sleeper {
255
vec![Arc::clone(&fut_a.state), Arc::clone(&fut_b.state), Arc::clone(&fut_c.state)];
256
Self { notifiers }
257
}
258
- /// Constructs a new sleeper from four futures, allowing blocking on all three at once.
+ /// Constructs a new sleeper from four futures, allowing blocking on all four at once.
259
///
260
// Note that this is another common case - a ChannelManager, a ChainMonitor, an
261
// OnionMessenger, and a LiquidityManager.
0 commit comments