We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4ead7b + 1d01f37 commit e1149f0Copy full SHA for e1149f0
src/libstd/lib.rs
@@ -76,7 +76,7 @@
76
//! The [`task`](task/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 [`atomics`](sync/atomics/index.html).
+//! memory types, including [`atomic`](sync/atomic/index.html).
80
//!
81
//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,
82
//! timers, and process spawning, are defined in the [`io`](io/index.html) module.
0 commit comments