We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6683251 + 514497e commit a9679c6Copy full SHA for a9679c6
src/libstd/lib.rs
@@ -73,7 +73,7 @@
73
//!
74
//! ## Concurrency, I/O, and the runtime
75
76
-//! The [`task`](task/index.html) module contains Rust's threading abstractions,
+//! The [`thread`](thread/index.html) module contains Rust's threading abstractions,
77
//! while [`comm`](comm/index.html) contains the channel types for message
78
//! passing. [`sync`](sync/index.html) contains further, primitive, shared
79
//! memory types, including [`atomic`](sync/atomic/index.html).
0 commit comments