Skip to content

Commit

Permalink
auto merge of #18830 : adaszko/rust/patch-1, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Nov 12, 2014
2 parents e4ead7b + 1d01f37 commit e1149f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/lib.rs
Expand Up @@ -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.
Expand Down

0 comments on commit e1149f0

Please sign in to comment.