aboutsummaryrefslogtreecommitdiff
path: root/net/src/lib.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 /net/src/lib.rs
parent5111a3d5749625c3d8e26a24a5a32c4da58f18d3 (diff)
Ensure uniform usage of the name `karyon` across all files
Diffstat (limited to 'net/src/lib.rs')
-rw-r--r--net/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/src/lib.rs b/net/src/lib.rs
index ff466af..5b9bdd7 100644
--- a/net/src/lib.rs
+++ b/net/src/lib.rs
@@ -18,8 +18,8 @@ pub use {
use error::{Error, Result};
-/// Represents karyons's Net Error
+/// Represents karyon's Net Error
pub use error::Error as NetError;
-/// Represents karyons's Net Result
+/// Represents karyon's Net Result
pub use error::Result as NetResult;