Skip to content

Commit fb17da9

Browse files
committed
Address Notifier::notify docs nits
1 parent f507778 commit fb17da9

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
@@ -49,7 +49,7 @@ impl Notifier {
4949
/// Wake waiters, tracking that wake needs to occur even if there are currently no waiters.
5050
///
5151
/// We deem the notification successful either directly after any callbacks were made, or after
52-
/// the user [`poll`]ed a previously-completed future.
52+
/// the user [`poll`]ed a previously-generated [`Future`].
5353
///
5454
/// [`poll`]: core::future::Future::poll
5555
pub fn notify(&self) {

0 commit comments

Comments
 (0)