We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b29d4 commit d70ea04Copy full SHA for d70ea04
tokio/src/time/interval.rs
@@ -278,7 +278,7 @@ pub enum MissedTickBehavior {
278
/// // 50ms after the call to `tick` up above. That is, in `tick`, when we
279
/// // recognize that we missed a tick, we schedule the next tick to happen
280
/// // 50ms (or whatever the `period` is) from right then, not from when
281
- /// // were were *supposed* to tick
+ /// // were *supposed* to tick
282
/// interval.tick().await;
283
/// # }
284
/// ```
0 commit comments