Skip to content

Commit

Permalink
Rollup merge of #21991 - steveklabnik:gh21915, r=huonw
Browse files Browse the repository at this point in the history
 Fixes #21915
  • Loading branch information
Manishearth committed Feb 6, 2015
2 parents 40d1b23 + ef0bbaa commit 1a2b602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sync/mpsc/mod.rs
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

//! Multi-producer, single-consumer communication primitives threads
//! Multi-producer, single-consumer FIFO queue communication primitives.
//!
//! This module provides message-based communication over channels, concretely
//! defined among three types:

0 comments on commit 1a2b602

Please sign in to comment.