aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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 914c6d8..0e4c361 100644
--- a/net/src/lib.rs
+++ b/net/src/lib.rs
@@ -17,8 +17,8 @@ pub use {
use error::{Error, Result};
-/// Represents Karyons's Net Error
+/// Represents karyons's Net Error
pub use error::Error as NetError;
-/// Represents Karyons's Net Result
+/// Represents karyons's Net Result
pub use error::Result as NetResult;