Skip to content

Commit

Permalink
auto merge of #16327 : mdinger/rust/typo, r=steveklabnik
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Aug 8, 2014
2 parents 67a05bd + 0582a2d commit 86decf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sync/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

//! Useful synchronization primitives
//!
//! This modules contains useful safe and unsafe synchronization primitives.
//! This module contains useful safe and unsafe synchronization primitives.
//! Most of the primitives in this module do not provide any sort of locking
//! and/or blocking at all, but rather provide the necessary tools to build
//! other types of concurrent primitives.
Expand Down

0 comments on commit 86decf6

Please sign in to comment.