Skip to content

Commit 0582a2d

Browse files
committed
Fix typo
1 parent 8a02304 commit 0582a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/mod.rs

Lines changed: 1 addition & 1 deletion
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)