mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Fix another typo in a comment
This commit is contained in:
@@ -33,9 +33,9 @@ func Every(duration time.Duration, fn func(time.Time) Msg) Cmd {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tick produces a command that at an interval independent of the system clock
|
// Tick produces a command at an interval independent of the system clock at
|
||||||
// at the given duration. That is, the timer begins when precisely when
|
// the given duration. That is, the timer begins when precisely when invoked,
|
||||||
// invoked, and runs for its entire duration.
|
// and runs for its entire duration.
|
||||||
//
|
//
|
||||||
// To produce the command, pass a duration and a function which returns
|
// To produce the command, pass a duration and a function which returns
|
||||||
// a message containing the time at which the tick occurred.
|
// a message containing the time at which the tick occurred.
|
||||||
|
|||||||
Reference in New Issue
Block a user