aboutsummaryrefslogtreecommitdiff
path: root/core/src/pubsub.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/pubsub.rs')
-rw-r--r--core/src/pubsub.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/pubsub.rs b/core/src/pubsub.rs
index 306d42f..f5cb69b 100644
--- a/core/src/pubsub.rs
+++ b/core/src/pubsub.rs
@@ -12,7 +12,7 @@ pub type SubscriptionID = u16;
// # Example
///
/// ```
-/// use karyons_core::pubsub::{Publisher};
+/// use karyon_core::pubsub::{Publisher};
///
/// async {
/// let publisher = Publisher::new();