Skip to content

Commit

Permalink
core: cleanup comments on Eventer interface
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Sep 12, 2016
1 parent 39b2ffd commit fc5d4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventer.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type eventer struct {
type Eventer interface {
// Events returns the map of valid Event names.
Events() (eventnames map[string]string)
// Event returns an event string from map of valid Event names.
// Event returns an Event string from map of valid Event names.
// Mostly used to validate that an Event name is valid.
Event(name string) string
// AddEvent registers a new Event name.
Expand Down

0 comments on commit fc5d4e6

Please sign in to comment.