1
Fork 0

Fix dead link (s/task/thread/)

This commit is contained in:
Nathaniel Theis 2015-01-11 00:12:00 +00:00
parent 5e834243b6
commit 514497e347

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 [`atomics`](sync/atomics/index.html).