Skip to content

Commit

Permalink
sync: fix missing period in broadcast docs (#6377)
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk authored Mar 4, 2024
1 parent e0d33c4 commit f5ca423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/sync/broadcast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ impl<T> Sender<T> {
self.shared.buffer[idx].read().unwrap().rem.load(SeqCst) == 0
}

/// Returns the number of active receivers
/// Returns the number of active receivers.
///
/// An active receiver is a [`Receiver`] handle returned from [`channel`] or
/// [`subscribe`]. These are the handles that will receive values sent on
Expand Down

0 comments on commit f5ca423

Please sign in to comment.