Skip to content

Commit

Permalink
Correct Wrong Package Identifier in Explanation of EventHandler
Browse files Browse the repository at this point in the history
This commit fixes wrong package identifier in comment of
type EventHandler.
  • Loading branch information
vanou committed Apr 2, 2020
1 parent a11a908 commit 5f5786b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/source/internal/eventsource.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var log = logf.RuntimeLog.WithName("source").WithName("EventHandler")

var _ cache.ResourceEventHandler = EventHandler{}

// EventHandler adapts a eventhandler.EventHandler interface to a cache.ResourceEventHandler interface
// EventHandler adapts a handler.EventHandler interface to a cache.ResourceEventHandler interface
type EventHandler struct {
EventHandler handler.EventHandler
Queue workqueue.RateLimitingInterface
Expand Down

0 comments on commit 5f5786b

Please sign in to comment.