We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe5b01 commit 7d29a93Copy full SHA for 7d29a93
src/lib.rs
@@ -318,7 +318,7 @@ impl Timer {
318
self.when.is_some()
319
}
320
321
- /// 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.
322
///
323
/// Note that resetting a timer is different from creating a new timer because
324
/// [`set_after()`][`Timer::set_after()`] does not remove the waker associated with the task
0 commit comments