diff --git a/options.go b/options.go index 249d3bf..d1c0403 100644 --- a/options.go +++ b/options.go @@ -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 // will be capped at 120. func WithFPS(fps int) ProgramOption {