Skip to content

Commit

Permalink
Fix dead link (s/task/thread/)
Browse files Browse the repository at this point in the history
  • Loading branch information
XMPPwocky committed Jan 11, 2015
1 parent 5e83424 commit 514497e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/lib.rs
Expand Up @@ -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).
Expand Down

0 comments on commit 514497e

Please sign in to comment.