We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5bc22 commit 7e0286aCopy full SHA for 7e0286a
cache/cacher.go
@@ -5,7 +5,7 @@ type Loader[K, V any] interface {
5
Load(key K) (value V, ok bool)
6
}
7
8
-// Storer is an interfade that can be used to store key value
+// Storer is an interface that can be used to store key value
9
type Storer[K, V any] interface {
10
Store(key K, value V)
11
0 commit comments