Skip to content

Commit 156f144

Browse files
committed
Fix spelling in comment
1 parent 70f6819 commit 156f144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func WithJitterFunc(f func() time.Duration) Option {
7979

8080
// WithMaxStale defines the amount of time a stale value can still be used.
8181
//
82-
// If a value has been stale for more this duration or longer, the value will be ignored as if there was no value.
82+
// If a value has been stale for this duration or longer, the value will be ignored as if there was no value.
8383
//
8484
// A negative value will allow stale values to be used forever.
8585
func WithMaxStale(d time.Duration) Option {

0 commit comments

Comments
 (0)