fix std:🧵:sleep typo

This commit is contained in:
Vasya Novikov 2018-09-28 19:36:53 +03:00
parent 80e6e3e582
commit 1a605a6bda

View file

@ -657,7 +657,7 @@ pub fn panicking() -> bool {
///
/// # Platform-specific behavior
///
/// On Unix platforms this function will not return early due to a
/// On Unix platforms this function might return early due to a
/// signal being received or a spurious wakeup.
///
/// # Examples