aboutsummaryrefslogtreecommitdiff
path: root/core/src/async_util/condwait.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/async_util/condwait.rs')
-rw-r--r--core/src/async_util/condwait.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/async_util/condwait.rs b/core/src/async_util/condwait.rs
index cd4b269..6aa8a3c 100644
--- a/core/src/async_util/condwait.rs
+++ b/core/src/async_util/condwait.rs
@@ -9,7 +9,7 @@ use super::CondVar;
///```
/// use std::sync::Arc;
///
-/// use karyons_core::async_util::CondWait;
+/// use karyon_core::async_util::CondWait;
///
/// async {
/// let cond_wait = Arc::new(CondWait::new());