Skip to content

Commit d04d769

Browse files
Merge pull request #849 from Observer42/condvar-doc-typo
Fix wrong link in condvar doc
2 parents 19dcced + e068ab4 commit d04d769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)