Merge pull request #20510 from tshepang/patch-6

doc: remove incomplete sentence

Reviewed-by: steveklabnik, steveklabnik
This commit is contained in:
bors 2015-01-04 21:36:40 +00:00
commit 0fd2c84c6f
1 changed files with 1 additions and 1 deletions

View File

@ -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:
//!