Skip to content

Commit ef0bbaa

Browse files
committed
Mention the queueueue-ness of mpsc.
Fixes #21915
1 parent fa28f02 commit ef0bbaa

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)