]> git.lizzy.rs Git - rust.git/commitdiff
Fix dead link for std::sync::mpsc.
authorWangshan Lu <wisagan@gmail.com>
Mon, 23 Mar 2015 11:11:03 +0000 (19:11 +0800)
committerWangshan Lu <wisagan@gmail.com>
Mon, 23 Mar 2015 11:11:03 +0000 (19:11 +0800)
src/libstd/lib.rs

index b055796ba547fefc9ce9ea8df62d797373d89cc9..244a51e5efcc240c8210c41457cb8f58f687dd17 100644 (file)
@@ -75,7 +75,7 @@
 //!
 //! The [`thread`](thread/index.html) module contains Rust's threading abstractions.
 //! [`sync`](sync/index.html) contains further, primitive, shared memory types,
-//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpmc/index.html),
+//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpsc/index.html),
 //! which contains the channel types for message passing.
 //!
 //! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,