diff options
author | hozan23 <hozan23@proton.me> | 2023-11-23 00:13:27 +0300 |
---|---|---|
committer | hozan23 <hozan23@proton.me> | 2023-11-23 00:13:27 +0300 |
commit | ca2a5f8bbb6983d9555abd10eaaf86950b794957 (patch) | |
tree | d841bbf1b7ef3a816dc75ac59bd81eceac350c63 /core | |
parent | f1b78d53d7d0009fdef8f0e220bc0c421288c514 (diff) |
update README.md
Diffstat (limited to 'core')
-rw-r--r-- | core/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs index 6c40909..67e6610 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -8,7 +8,7 @@ pub mod async_utils; /// Represents karyons's Core Error. pub mod error; -/// [`event::EventSys`] Implementation +/// [`event::EventSys`] Implementation pub mod event; /// A simple publish-subscribe system [`Read More`](./pubsub/struct.Publisher.html) |