Skip to content

Commit

Permalink
tiny doc wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
phungleson committed Feb 3, 2017
1 parent f45992b commit 3c020df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sync/condvar.rs
Expand Up @@ -36,7 +36,7 @@ impl WaitTimeoutResult {
/// consumes no CPU time while waiting for an event to occur. Condition
/// variables are typically associated with a boolean predicate (a condition)
/// and a mutex. The predicate is always verified inside of the mutex before
/// determining that thread must block.
/// determining that a thread must block.
///
/// Functions in this module will block the current **thread** of execution and
/// are bindings to system-provided condition variables where possible. Note
Expand Down

0 comments on commit 3c020df

Please sign in to comment.