Co-authored-by: Jan Hohenheim <jan@hohenheim.ch>
This commit is contained in:
Alice Cecile 2025-07-15 18:38:33 -04:00 committed by GitHub
parent 885e15c126
commit f2e6b20b53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,7 +220,7 @@ impl Timer {
self.duration = duration;
}
/// Finishes the timer
/// Finishes the timer.
///
/// # Examples
/// ```