Skip to content

Commit 034ea15

Browse files
Update src/delay_wasm.rs
Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
1 parent 4cf9125 commit 034ea15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/delay_wasm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ impl Delay {
2020
Self(SendWrapper::new(TimeoutFuture::new(dur.as_millis() as u32)))
2121
}
2222

23-
/// Resets the timeout. Panics on wasm.
23+
/// Resets the timeout.
2424
#[inline]
2525
pub fn reset(&mut self, at: Duration) {
2626
*self = Delay::new(at);

0 commit comments

Comments
 (0)