Fix broken documentation link

This commit is contained in:
Adam Szkoda 2014-11-10 08:22:10 +01:00
parent e575cff77d
commit 1d01f3715a
1 changed files with 1 additions and 1 deletions

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.