Skip to content

Commit

Permalink
docs: fix typo in 'tokio/src/sync/broadcast.rs' (#6182)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Dec 8, 2023
1 parent 48c0e62 commit 3991f9f
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 @@ -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
Expand Down

0 comments on commit 3991f9f

Please sign in to comment.