Skip to content

Commit

Permalink
docs: fix a grammer mistake in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyudev committed Sep 18, 2023
1 parent 8117577 commit 8659251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handler/eventhandler.go
Original file line number Diff line number Diff line change
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 8659251

Please sign in to comment.