]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo
authormdinger <mdinger.bugzilla@gmail.com>
Thu, 7 Aug 2014 19:14:16 +0000 (15:14 -0400)
committermdinger <mdinger.bugzilla@gmail.com>
Thu, 7 Aug 2014 19:14:16 +0000 (15:14 -0400)
src/libstd/sync/mod.rs

index 1d189f8d4bcbd023ab66489df67de95892b37411..c9526a64f46d08775c30bbc44a9c6f782aeff9db 100644 (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.