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.
This commit is contained in:
bors 2014-08-08 14:36:10 +00:00
commit 86decf638e

View File

@ -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.