Skip to content

Commit 6734243

Browse files
committed
typo
1 parent 28f31d1 commit 6734243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event_factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type EventIDFactory struct {
2323
}
2424

2525
// New creates an event with the Next id in the sequence
26-
func (f *EventIdFactory) New() *Event {
26+
func (f *EventIDFactory) New() *Event {
2727
var e *Event
2828
if f.NewFunc != nil {
2929
e = f.NewFunc()

0 commit comments

Comments
 (0)