Skip to content

Commit

Permalink
sync: suspectible -> susceptible (#2732)
Browse files Browse the repository at this point in the history
  • Loading branch information
FSMaxB committed Jul 31, 2020
1 parent 8fda719 commit 9f0b6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/sync/broadcast.rs
Expand Up @@ -21,7 +21,7 @@
//! ## Lagging
//!
//! As sent messages must be retained until **all** [`Receiver`] handles receive
//! a clone, broadcast channels are suspectible to the "slow receiver" problem.
//! a clone, broadcast channels are susceptible to the "slow receiver" problem.
//! In this case, all but one receiver are able to receive values at the rate
//! they are sent. Because one receiver is stalled, the channel starts to fill
//! up.
Expand Down

0 comments on commit 9f0b6d3

Please sign in to comment.