From 6bc87746c68edc98ef8a5997e2461ee9861c3b6d Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 11 Jun 2022 12:37:54 +0200 Subject: [PATCH] typo --- src/core.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.rs b/src/core.rs index f610f66..4e621eb 100644 --- a/src/core.rs +++ b/src/core.rs @@ -3,7 +3,7 @@ //! This includes components to perform the following tasks //! //! 1. Object Management with the [objects] module -//! 2. Task schedule with the [executable] module +//! 2. Task scheduling with the [executable] module //! 3. Events with the [events] module and event management with the [event_man] module //! 4. Pre-Allocated memory pools with the [pool] module pub mod event_man;