Skip to content

Commit 9ae1e21

Browse files
committed
correct typo in comment
Signed-off-by: Tim Ramlot <[email protected]>
1 parent 8bacdba commit 9ae1e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/internal/source/kind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type Kind struct {
2121
// Type is the type of object to watch. e.g. &v1.Pod{}
2222
Type client.Object
2323

24-
// cache used to watch APIs
24+
// Cache used to watch APIs
2525
Cache cache.Cache
2626

2727
informer Informer

0 commit comments

Comments
 (0)