diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-23 15:11:07 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-23 15:11:07 -0700 |
| commit | c7509bb8d88c46d2b0762a4892958bfea9e5d510 (patch) | |
| tree | e55b61220a100d2fdd113c68d4e962b22cb0d9a2 | |
| parent | 19510ac70bd29a0e0e2ef4d63007b85ba179582e (diff) | |
| parent | d944689cf6c702170c663a073810b019adc8bcca (diff) | |
| download | rust-c7509bb8d88c46d2b0762a4892958bfea9e5d510.tar.gz rust-c7509bb8d88c46d2b0762a4892958bfea9e5d510.zip | |
rollup merge of #23634: WiSaGaN/bugfix/fix_dead_link
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 53c162b9259..568b680ddaa 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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, |
