Skip to content

Commit f1c940e

Browse files
authored
Merge pull request #2497 from feiyudev/main
📖 fix a grammer mistake in comment
2 parents 8117577 + 8659251 commit f1c940e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handler/eventhandler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import (
4242
// Unless you are implementing your own EventHandler, you can ignore the functions on the EventHandler interface.
4343
// Most users shouldn't need to implement their own EventHandler.
4444
type EventHandler interface {
45-
// Create is called in response to an create event - e.g. Pod Creation.
45+
// Create is called in response to a create event - e.g. Pod Creation.
4646
Create(context.Context, event.CreateEvent, workqueue.RateLimitingInterface)
4747

4848
// Update is called in response to an update event - e.g. Pod Updated.

0 commit comments

Comments
 (0)