From 0ad34f6771df7640a2365c3475450c34f379f0d6 Mon Sep 17 00:00:00 2001 From: "Filip Demski (Glamhoth)" Date: Mon, 14 Aug 2023 13:20:39 +0200 Subject: [PATCH] Docs: Fix Co-authored-by: Wojciech Olech --- src/aerugo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aerugo.rs b/src/aerugo.rs index 31717b02..604d935a 100644 --- a/src/aerugo.rs +++ b/src/aerugo.rs @@ -421,7 +421,7 @@ impl InitApi for Aerugo { /// Subscribes a tasklet to events. /// - /// Tasklet subscribes for emited events. After subscription specific events has to be enabled + /// Tasklet subscribes for emited events. After subscription, specific events have to be enabled /// for this tasklet using [EventEnabler](crate::event::EventEnabler) returned from this /// function. Emiting an event will wake up all tasklet for which it is enabled and make them /// ready to be executed. Tasklet is ready for an execution for as long as there is unhandled