Skip to content

Commit d81b440

Browse files
Rollup merge of rust-lang#39486 - phungleson:tiny-doc-wording-change, r=alexcrichton
Tiny doc wording change Fix rust-lang#39366
2 parents 8568fdc + 3c020df commit d81b440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/condvar.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl WaitTimeoutResult {
3636
/// consumes no CPU time while waiting for an event to occur. Condition
3737
/// variables are typically associated with a boolean predicate (a condition)
3838
/// and a mutex. The predicate is always verified inside of the mutex before
39-
/// determining that thread must block.
39+
/// determining that a thread must block.
4040
///
4141
/// Functions in this module will block the current **thread** of execution and
4242
/// are bindings to system-provided condition variables where possible. Note

0 commit comments

Comments
 (0)