forked from Mirrors/bubbletea
docs: fix typo in Tick godoc (#477)
This commit is contained in:
parent
7e7a729b31
commit
7cf0d54bd4
|
@ -63,7 +63,7 @@ func Every(duration time.Duration, fn func(time.Time) Msg) Cmd {
|
|||
}
|
||||
|
||||
// Tick produces a command at an interval independent of the system clock at
|
||||
// the given duration. That is, the timer begins when precisely when invoked,
|
||||
// the given duration. That is, the timer begins precisely when invoked,
|
||||
// and runs for its entire duration.
|
||||
//
|
||||
// To produce the command, pass a duration and a function which returns
|
||||
|
|
Loading…
Reference in New Issue