We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 408e6bd + d944689 commit 10ab1cbCopy full SHA for 10ab1cb
src/libstd/lib.rs
@@ -75,7 +75,7 @@
75
//!
76
//! The [`thread`](thread/index.html) module contains Rust's threading abstractions.
77
//! [`sync`](sync/index.html) contains further, primitive, shared memory types,
78
-//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpmc/index.html),
+//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpsc/index.html),
79
//! which contains the channel types for message passing.
80
81
//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,
0 commit comments