mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Merge pull request #20510 from tshepang/patch-6
doc: remove incomplete sentence Reviewed-by: steveklabnik, steveklabnik
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
//!
|
||||
//! A `Sender` or `SyncSender` is used to send data to a `Receiver`. Both
|
||||
//! senders are clone-able (multi-producer) such that many threads can send
|
||||
//! simultaneously to one receiver (single-consumer). These channels are
|
||||
//! simultaneously to one receiver (single-consumer).
|
||||
//!
|
||||
//! These channels come in two flavors:
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user