diff --git a/tokio/src/sync/watch.rs b/tokio/src/sync/watch.rs index 569257540e5..98a88581975 100644 --- a/tokio/src/sync/watch.rs +++ b/tokio/src/sync/watch.rs @@ -857,7 +857,7 @@ impl Sender { /// Creates the sending-half of the [`watch`] channel. /// /// See documentation of [`watch::channel`] for errors when calling this function. - /// Beware that attempting to send a value when no one subscribed to the channel will + /// Beware that attempting to send a value when there are no receivers will /// return an error. /// /// [`watch`]: crate::sync::watch