Skip to content

Commit

Permalink
Merge pull request #2773 from yak2p/fix/typo
Browse files Browse the repository at this point in the history
馃尡 fix: typo of CacheReader comment
  • Loading branch information
k8s-ci-robot committed Apr 12, 2024
2 parents a7508de + bbcaf6a commit 45e166d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/internal/cache_reader.go
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 45e166d

Please sign in to comment.