Skip to content

Commit 514497e

Browse files
committed
Fix dead link (s/task/thread/)
1 parent 5e83424 commit 514497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
//!
7474
//! ## Concurrency, I/O, and the runtime
7575
//!
76-
//! The [`task`](task/index.html) module contains Rust's threading abstractions,
76+
//! The [`thread`](thread/index.html) module contains Rust's threading abstractions,
7777
//! while [`comm`](comm/index.html) contains the channel types for message
7878
//! passing. [`sync`](sync/index.html) contains further, primitive, shared
7979
//! memory types, including [`atomics`](sync/atomics/index.html).

0 commit comments

Comments
 (0)