docs: fix typo in 'tokio/src/sync/broadcast.rs' (#6182)

This commit is contained in:
NAHO
2023-12-08 09:48:36 +01:00
committed by GitHub
parent 48c0e6283f
commit 3991f9f9a4
+1 -1
View File
@@ -215,7 +215,7 @@ pub mod error {
use std::fmt;
/// Error returned by from the [`send`] function on a [`Sender`].
/// Error returned by the [`send`] function on a [`Sender`].
///
/// A **send** operation can only fail if there are no active receivers,
/// implying that the message could never be received. The error contains the