Skip to content

Commit 50b8d8b

Browse files
committed
fixed a comment in LRU
1 parent 51a6259 commit 50b8d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lru/lru.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type entry[K comparable, V any] struct {
2020
val V
2121
}
2222

23-
// Option is an option for LFU cache.
23+
// Option is an option for LRU cache.
2424
type Option func(*options)
2525

2626
type options struct {

0 commit comments

Comments
 (0)