forked from Mirrors/bubbletea
docs: fix `WithFPS` godoc
This commit is contained in:
parent
c4c83ba757
commit
91dd120073
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue