Skip to content

Commit e068ab4

Browse files
committed
Fix wrong link in condvar doc
1 parent 19dcced commit e068ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/sync/condvar.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl WaitTimeoutResult {
2121

2222
/// A Condition Variable
2323
///
24-
/// This type is an async version of [`std::sync::Mutex`].
24+
/// This type is an async version of [`std::sync::Condvar`].
2525
///
2626
/// [`std::sync::Condvar`]: https://doc.rust-lang.org/std/sync/struct.Condvar.html
2727
///

0 commit comments

Comments
 (0)