aboutsummaryrefslogtreecommitdiff
path: root/core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index a4ea432..442b642 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -5,7 +5,7 @@ pub mod util;
/// [`smol`](https://github.com/smol-rs/smol) async runtime.
pub mod async_util;
-/// Represents karyons's Core Error.
+/// Represents karyon's Core Error.
pub mod error;
/// [`event::EventSys`] implementation.