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 532f650 commit af1689fCopy full SHA for af1689f
src/frequenz/channels/util/_timer.py
@@ -283,7 +283,7 @@ class Timer(Receiver[timedelta]):
283
drift will be positive. A negative drift should be technically impossible,
284
as the timer uses [`asyncio`][asyncio]s loop monotonic clock.
285
286
- If the timer is delayed too much, then the timer will behave according to the
+ If the timer is delayed too much, then it will behave according to the
287
[`missed_tick_policy`][frequenz.channels.util.Timer.missed_tick_policy]. Missing
288
ticks might or might not trigger a message and the drift could be accumulated or not
289
depending on the chosen policy.
0 commit comments