mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
docs: fix WithFPS godoc
This commit is contained in:
@@ -201,7 +201,7 @@ func WithFilter(filter func(Model, Msg) Msg) ProgramOption {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// WithMaxFPS sets a custom maximum FPS at which the renderer should run. If
|
// WithFPS sets a custom maximum FPS at which the renderer should run. If
|
||||||
// less than 1, the default value of 60 will be used. If over 120, the FPS
|
// less than 1, the default value of 60 will be used. If over 120, the FPS
|
||||||
// will be capped at 120.
|
// will be capped at 120.
|
||||||
func WithFPS(fps int) ProgramOption {
|
func WithFPS(fps int) ProgramOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user