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 51a6259 commit 50b8d8bCopy full SHA for 50b8d8b
lru/lru.go
@@ -20,7 +20,7 @@ type entry[K comparable, V any] struct {
20
val V
21
}
22
23
-// Option is an option for LFU cache.
+// Option is an option for LRU cache.
24
type Option func(*options)
25
26
type options struct {
0 commit comments