Skip to content

Commit

Permalink
Merge pull request #849 from Observer42/condvar-doc-typo
Browse files Browse the repository at this point in the history
Fix wrong link in condvar doc
  • Loading branch information
dignifiedquire authored Aug 11, 2020
2 parents 19dcced + e068ab4 commit d04d769
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 d04d769

Please sign in to comment.