We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c7866 commit d5d6de9Copy full SHA for d5d6de9
src/libstd/sync/mpsc/mod.rs
@@ -19,7 +19,7 @@
19
//!
20
//! A `Sender` or `SyncSender` is used to send data to a `Receiver`. Both
21
//! senders are clone-able (multi-producer) such that many threads can send
22
-//! simultaneously to one receiver (single-consumer). These channels are
+//! simultaneously to one receiver (single-consumer).
23
24
//! These channels come in two flavors:
25
0 commit comments