Skip to content

Commit e1149f0

Browse files
committed
auto merge of #18830 : adaszko/rust/patch-1, r=steveklabnik
2 parents e4ead7b + 1d01f37 commit e1149f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
//! The [`task`](task/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
79-
//! memory types, including [`atomics`](sync/atomics/index.html).
79+
//! memory types, including [`atomic`](sync/atomic/index.html).
8080
//!
8181
//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,
8282
//! timers, and process spawning, are defined in the [`io`](io/index.html) module.

0 commit comments

Comments
 (0)