Skip to content

Commit

Permalink
docs: fix WithFPS godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
naglis authored and meowgorithm committed Jul 24, 2023
1 parent c4c83ba commit 91dd120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 91dd120

Please sign in to comment.