Skip to content

Commit 86decf6

Browse files
committed
auto merge of #16327 : mdinger/rust/typo, r=steveklabnik
Fix typo. It's possible it's `These modules` but I think it's supposed to be singular because it's not refering to nested modules.
2 parents 67a05bd + 0582a2d commit 86decf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
//! Useful synchronization primitives
1212
//!
13-
//! This modules contains useful safe and unsafe synchronization primitives.
13+
//! This module contains useful safe and unsafe synchronization primitives.
1414
//! Most of the primitives in this module do not provide any sort of locking
1515
//! and/or blocking at all, but rather provide the necessary tools to build
1616
//! other types of concurrent primitives.

0 commit comments

Comments
 (0)