Skip to content

Commit 7e0286a

Browse files
committed
typo
1 parent 5b5bc22 commit 7e0286a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache/cacher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type Loader[K, V any] interface {
55
Load(key K) (value V, ok bool)
66
}
77

8-
// Storer is an interfade that can be used to store key value
8+
// Storer is an interface that can be used to store key value
99
type Storer[K, V any] interface {
1010
Store(key K, value V)
1111
}

0 commit comments

Comments
 (0)