sync: fix missing period in broadcast docs (#6377)

This commit is contained in:
Lev Kokotov
2024-03-04 08:40:03 +00:00
committed by GitHub
parent e0d33c4a20
commit f5ca423bf1
+1 -1
View File
@@ -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