diff --git a/opts.go b/opts.go index 9219235..a8eae6f 100644 --- a/opts.go +++ b/opts.go @@ -19,7 +19,7 @@ type emitterSettings struct { makeStateful bool } -// Stateful is an Emitter option which makes makes the eventbus channel +// Stateful is an Emitter option which makes the eventbus channel // 'remember' last event sent, and when a new subscriber joins the // bus, the remembered event is immediately sent to the subscription // channel.