Skip to content

Commit

Permalink
correct godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Aug 21, 2022
1 parent 820f84d commit 19e0a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func WithWidth(width int) ContainerOption {
}
}

// WithRefreshRate overrides default 120ms refresh rate.
// WithRefreshRate overrides default 150ms refresh rate.
func WithRefreshRate(d time.Duration) ContainerOption {
return func(s *pState) {
s.rr = d
Expand Down

0 comments on commit 19e0a06

Please sign in to comment.