Skip to content

Commit 1a2b602

Browse files
committed
Rollup merge of #21991 - steveklabnik:gh21915, r=huonw
Fixes #21915
2 parents 40d1b23 + ef0bbaa commit 1a2b602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/mpsc/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

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

0 commit comments

Comments
 (0)