Skip to content

Commit

Permalink
Docs: Fix
Browse files Browse the repository at this point in the history
Co-authored-by: Wojciech Olech <wojciech_olech@hotmail.com>
  • Loading branch information
Glamhoth and SteelPh0enix committed Aug 14, 2023
1 parent e444036 commit 0ad34f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aerugo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ad34f6

Please sign in to comment.