We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67a05bd + 0582a2d commit 86decf6Copy full SHA for 86decf6
src/libstd/sync/mod.rs
@@ -10,7 +10,7 @@
10
11
//! Useful synchronization primitives
12
//!
13
-//! This modules contains useful safe and unsafe synchronization primitives.
+//! This module contains useful safe and unsafe synchronization primitives.
14
//! Most of the primitives in this module do not provide any sort of locking
15
//! and/or blocking at all, but rather provide the necessary tools to build
16
//! other types of concurrent primitives.
0 commit comments