aboutsummaryrefslogtreecommitdiff
path: root/core/src/async_util/select.rs
diff options
context:
space:
mode:
authorhozan23 <hozan23@proton.me>2023-12-02 05:10:33 +0300
committerhozan23 <hozan23@proton.me>2023-12-02 05:10:33 +0300
commit8cdc44b24724acf7dd458e59f5ceed4af04574be (patch)
tree1e0aad5a905508c54f7d9be4d4b800b7e8f7d532 /core/src/async_util/select.rs
parent5111a3d5749625c3d8e26a24a5a32c4da58f18d3 (diff)
Ensure uniform usage of the name `karyon` across all files
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>();