Skip to content

Commit d70ea04

Browse files
committed
chore: were
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 49b29d4 commit d70ea04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/time/interval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ pub enum MissedTickBehavior {
278278
/// // 50ms after the call to `tick` up above. That is, in `tick`, when we
279279
/// // recognize that we missed a tick, we schedule the next tick to happen
280280
/// // 50ms (or whatever the `period` is) from right then, not from when
281-
/// // were were *supposed* to tick
281+
/// // were *supposed* to tick
282282
/// interval.tick().await;
283283
/// # }
284284
/// ```

0 commit comments

Comments
 (0)