Skip to content

Commit 2ceb950

Browse files
committed
correct typo in comment
Signed-off-by: Tim Ramlot <[email protected]>
1 parent f9c3e7c commit 2ceb950

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)