Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBurian committed Sep 5, 2017
1 parent 28f31d1 commit 6734243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type EventIDFactory struct {
}

// New creates an event with the Next id in the sequence
func (f *EventIdFactory) New() *Event {
func (f *EventIDFactory) New() *Event {
var e *Event
if f.NewFunc != nil {
e = f.NewFunc()
Expand Down

0 comments on commit 6734243

Please sign in to comment.