From 7d29a93e200314eb3856fe47847892ac6b0b5f44 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Sat, 21 Sep 2024 19:26:27 +0200 Subject: [PATCH] doc: Fix a typo (#204) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index dabf39b..f771098 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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