doc: remove incomplete sentence

This commit is contained in:
Tshepang Lekhonkhobe 2015-01-04 08:44:31 +02:00
parent c6c786671d
commit d5d6de99b1
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:
//!