Skip to content

Commit a9679c6

Browse files
committed
Merge pull request #20903 from XMPPwocky/deadlink1
Fix dead link in documentation (s/task/thread/) Reviewed-by: Aatch
2 parents 6683251 + 514497e commit a9679c6

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

0 commit comments

Comments
 (0)