We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19dcced + e068ab4 commit d04d769Copy full SHA for d04d769
src/sync/condvar.rs
@@ -21,7 +21,7 @@ impl WaitTimeoutResult {
21
22
/// A Condition Variable
23
///
24
-/// This type is an async version of [`std::sync::Mutex`].
+/// This type is an async version of [`std::sync::Condvar`].
25
26
/// [`std::sync::Condvar`]: https://doc.rust-lang.org/std/sync/struct.Condvar.html
27
0 commit comments