Merge pull request #41 from Jun10ng/master

Correct a typo
This commit is contained in:
Steven Allen 2020-06-19 08:11:17 -07:00 committed by GitHub
commit 8d129b2f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.