Merge pull request #20903 from XMPPwocky/deadlink1

Fix dead link in documentation (s/task/thread/)

Reviewed-by: Aatch
This commit is contained in:
bors 2015-01-12 00:21:27 +00:00
commit a9679c643b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
//!
//! ## Concurrency, I/O, and the runtime
//!
//! The [`task`](task/index.html) module contains Rust's threading abstractions,
//! The [`thread`](thread/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 [`atomic`](sync/atomic/index.html).