We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f6819 commit 156f144Copy full SHA for 156f144
cache.go
@@ -79,7 +79,7 @@ func WithJitterFunc(f func() time.Duration) Option {
79
80
// WithMaxStale defines the amount of time a stale value can still be used.
81
//
82
-// If a value has been stale for more this duration or longer, the value will be ignored as if there was no value.
+// If a value has been stale for this duration or longer, the value will be ignored as if there was no value.
83
84
// A negative value will allow stale values to be used forever.
85
func WithMaxStale(d time.Duration) Option {
0 commit comments