Skip to content

Commit bbcaf6a

Browse files
authored
fix: typo of CacheReader comment
1 parent a7508de commit bbcaf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cache/internal/cache_reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
// CacheReader is a client.Reader.
3737
var _ client.Reader = &CacheReader{}
3838

39-
// CacheReader wraps a cache.Index to implement the client.CacheReader interface for a single type.
39+
// CacheReader wraps a cache.Index to implement the client.Reader interface for a single type.
4040
type CacheReader struct {
4141
// indexer is the underlying indexer wrapped by this cache.
4242
indexer cache.Indexer

0 commit comments

Comments
 (0)