aboutsummaryrefslogtreecommitdiff
path: root/core/src/async_util/select.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/async_util/select.rs')
-rw-r--r--core/src/async_util/select.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/async_util/select.rs b/core/src/async_util/select.rs
index 8f2f7f6..0977fa9 100644
--- a/core/src/async_util/select.rs
+++ b/core/src/async_util/select.rs
@@ -12,7 +12,7 @@ use smol::future::Future;
/// ```
/// use std::future;
///
-/// use karyons_core::async_util::{select, Either};
+/// use karyon_core::async_util::{select, Either};
///
/// async {
/// let fut1 = future::pending::<String>();