Skip to content

Commit

Permalink
doc: Fix a typo (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan authored Sep 21, 2024
1 parent 2fe5b01 commit 7d29a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ impl Timer {
self.when.is_some()
}

/// Sets the timer to emit an en event once after the given duration of time.
/// Sets the timer to emit an event once after the given duration of time.
///
/// Note that resetting a timer is different from creating a new timer because
/// [`set_after()`][`Timer::set_after()`] does not remove the waker associated with the task
Expand Down

0 comments on commit 7d29a93

Please sign in to comment.