Skip to content

Commit 7d29a93

Browse files
authored
doc: Fix a typo (#204)
1 parent 2fe5b01 commit 7d29a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ impl Timer {
318318
self.when.is_some()
319319
}
320320

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

0 commit comments

Comments
 (0)