mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +02:00
docs: fix typo in 'tokio/src/sync/broadcast.rs' (#6182)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user