docs: fix WithFPS godoc

This commit is contained in:
naglis
2023-07-24 16:07:57 +03:00
committed by Christian Rocha
parent c4c83ba757
commit 91dd120073

View File

@@ -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 {