Skip to content

Commit 1a605a6

Browse files
author
Vasya Novikov
committed
fix std::thread::sleep typo
1 parent 80e6e3e commit 1a605a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ pub fn panicking() -> bool {
657657
///
658658
/// # Platform-specific behavior
659659
///
660-
/// On Unix platforms this function will not return early due to a
660+
/// On Unix platforms this function might return early due to a
661661
/// signal being received or a spurious wakeup.
662662
///
663663
/// # Examples

0 commit comments

Comments
 (0)