Skip to content

Commit

Permalink
Fix ws
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jul 27, 2018
1 parent 922bf1d commit 5f87f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/thread/mod.rs
Expand Up @@ -731,7 +731,7 @@ const NOTIFIED: usize = 2;
/// specifying a maximum time to block the thread for.
///
/// * The [`unpark`] method on a [`Thread`] atomically makes the token available
/// if it wasn't already. Because the token is initially absent, [`unpark`]
/// if it wasn't already. Because the token is initially absent, [`unpark`]
/// followed by [`park`] will result in the second call returning immediately.
///
/// In other words, each [`Thread`] acts a bit like a spinlock that can be
Expand Down

0 comments on commit 5f87f78

Please sign in to comment.