diff options
| author | bors <bors@rust-lang.org> | 2015-01-12 00:21:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-01-12 00:21:27 +0000 |
| commit | a9679c643bfb7fcff4ce2c307ea80be452e1ee4e (patch) | |
| tree | 0db28a08d15485a155e972fa91c4be211a12b3e2 /src/libstd | |
| parent | 668325190d34fa7aef02d44bd53cfc7b5976daab (diff) | |
| parent | 514497e347afa9e8e2d1766a9fd6c3e11511e2b1 (diff) | |
| download | rust-a9679c643bfb7fcff4ce2c307ea80be452e1ee4e.tar.gz rust-a9679c643bfb7fcff4ce2c307ea80be452e1ee4e.zip | |
Merge pull request #20903 from XMPPwocky/deadlink1
Fix dead link in documentation (s/task/thread/) Reviewed-by: Aatch
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index e15e611adc0..03d9030b025 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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 [`atomic`](sync/atomic/index.html). |
