Skip to content

Commit

Permalink
Fix wrong link in condvar doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Observer42 committed Aug 11, 2020
1 parent 19dcced commit e068ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/condvar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl WaitTimeoutResult {

/// A Condition Variable
///
/// This type is an async version of [`std::sync::Mutex`].
/// This type is an async version of [`std::sync::Condvar`].
///
/// [`std::sync::Condvar`]: https://doc.rust-lang.org/std/sync/struct.Condvar.html
///
Expand Down

0 comments on commit e068ab4

Please sign in to comment.