We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8568fdc + 3c020df commit d81b440Copy full SHA for d81b440
src/libstd/sync/condvar.rs
@@ -36,7 +36,7 @@ impl WaitTimeoutResult {
36
/// consumes no CPU time while waiting for an event to occur. Condition
37
/// variables are typically associated with a boolean predicate (a condition)
38
/// and a mutex. The predicate is always verified inside of the mutex before
39
-/// determining that thread must block.
+/// determining that a thread must block.
40
///
41
/// Functions in this module will block the current **thread** of execution and
42
/// are bindings to system-provided condition variables where possible. Note
0 commit comments