aboutsummaryrefslogtreecommitdiff
path: root/net/src/connection.rs
diff options
context:
space:
mode:
Diffstat (limited to 'net/src/connection.rs')
-rw-r--r--net/src/connection.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/src/connection.rs b/net/src/connection.rs
index 3c047a0..73606a2 100644
--- a/net/src/connection.rs
+++ b/net/src/connection.rs
@@ -40,7 +40,7 @@ pub trait Connection: Send + Sync {
/// #Example
///
/// ```
-/// use karyons_net::{Endpoint, dial};
+/// use karyon_net::{Endpoint, dial};
///
/// async {
/// let endpoint: Endpoint = "tcp://127.0.0.1:3000".parse().unwrap();