This commit is contained in:
Oliver Nordbjerg 2025-07-14 18:18:25 +02:00
parent c936cb349b
commit 9ea5eb6945
No known key found for this signature in database
GPG Key ID: 3B182D3AD953AB4B

View File

@ -13,7 +13,7 @@ use core::time::Duration;
///
/// - Non repeating timers will stop tracking and stay in the finished state until reset.
/// - Repeating timers will only be in the finished state on each tick `duration` is reached or
/// exceeded, and can still be reset at any given point.
/// exceeded, and can still be reset at any given point.
///
/// # Pausing timers
///