Skip to content

Commit

Permalink
fix: typo of CacheReader comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesphet committed Apr 12, 2024
1 parent a7508de commit bbcaf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/internal/cache_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
// CacheReader is a client.Reader.
var _ client.Reader = &CacheReader{}

// CacheReader wraps a cache.Index to implement the client.CacheReader interface for a single type.
// CacheReader wraps a cache.Index to implement the client.Reader interface for a single type.
type CacheReader struct {
// indexer is the underlying indexer wrapped by this cache.
indexer cache.Indexer
Expand Down

0 comments on commit bbcaf6a

Please sign in to comment.