delete extra space

This commit is contained in:
Jun10ng 2020-06-19 22:54:02 +08:00
parent 4f385d2fea
commit 94baf4d573

View File

@ -19,7 +19,7 @@ type emitterSettings struct {
makeStateful bool
}
// Stateful is an Emitter option which 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.