Skip to content

Commit

Permalink
Rollup merge of rust-lang#39486 - phungleson:tiny-doc-wording-change,…
Browse files Browse the repository at this point in the history
… r=alexcrichton

Tiny doc wording change

Fix rust-lang#39366
  • Loading branch information
frewsxcv authored Feb 4, 2017
2 parents c67cc8c + 3c020df commit ae54d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sync/condvar.rs
Original file line number Diff line number Diff line change
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 ae54d1a

Please sign in to comment.