Skip to content

Commit d5d6de9

Browse files
committed
doc: remove incomplete sentence
1 parent c6c7866 commit d5d6de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/mpsc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//!
2020
//! A `Sender` or `SyncSender` is used to send data to a `Receiver`. Both
2121
//! senders are clone-able (multi-producer) such that many threads can send
22-
//! simultaneously to one receiver (single-consumer). These channels are
22+
//! simultaneously to one receiver (single-consumer).
2323
//!
2424
//! These channels come in two flavors:
2525
//!

0 commit comments

Comments
 (0)