From 91dd1200733714c4fb7bc7ffb24af2c35cc2f111 Mon Sep 17 00:00:00 2001 From: naglis <827324+naglis@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:07:57 +0300 Subject: [PATCH] docs: fix `WithFPS` godoc --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {