auto merge of #18830 : adaszko/rust/patch-1, r=steveklabnik

This commit is contained in:
bors 2014-11-12 17:22:05 +00:00
commit e1149f0223

View File

@ -76,7 +76,7 @@
//! The [`task`](task/index.html) module contains Rust's threading abstractions,
//! while [`comm`](comm/index.html) contains the channel types for message
//! passing. [`sync`](sync/index.html) contains further, primitive, shared
//! memory types, including [`atomics`](sync/atomics/index.html).
//! memory types, including [`atomic`](sync/atomic/index.html).
//!
//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,
//! timers, and process spawning, are defined in the [`io`](io/index.html) module.