Skip to content

Commit

Permalink
Merge pull request #2497 from feiyudev/main
Browse files Browse the repository at this point in the history
📖 fix a grammer mistake in comment
  • Loading branch information
k8s-ci-robot committed Sep 18, 2023
2 parents 8117577 + 8659251 commit f1c940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handler/eventhandler.go
Expand Up @@ -42,7 +42,7 @@ import (
// Unless you are implementing your own EventHandler, you can ignore the functions on the EventHandler interface.
// Most users shouldn't need to implement their own EventHandler.
type EventHandler interface {
// Create is called in response to an create event - e.g. Pod Creation.
// Create is called in response to a create event - e.g. Pod Creation.
Create(context.Context, event.CreateEvent, workqueue.RateLimitingInterface)

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

0 comments on commit f1c940e

Please sign in to comment.