Skip to content

Commit 10ab1cb

Browse files
committed
Rollup merge of rust-lang#23634 - WiSaGaN:bugfix/fix_dead_link, r=steveklabnik
2 parents 408e6bd + d944689 commit 10ab1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
//!
7676
//! The [`thread`](thread/index.html) module contains Rust's threading abstractions.
7777
//! [`sync`](sync/index.html) contains further, primitive, shared memory types,
78-
//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpmc/index.html),
78+
//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpsc/index.html),
7979
//! which contains the channel types for message passing.
8080
//!
8181
//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,

0 commit comments

Comments
 (0)