Merge pull request #20510 from tshepang/patch-6
doc: remove incomplete sentence Reviewed-by: steveklabnik, steveklabnik
This commit is contained in:
commit
0fd2c84c6f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
//!
|
||||
|
|
Loading…
Add table
Reference in a new issue