Skip to content

Commit

Permalink
Merge pull request #41 from Jun10ng/master
Browse files Browse the repository at this point in the history
Correct a typo
  • Loading branch information
Stebalien committed Jun 19, 2020
2 parents 72974d3 + a474eb3 commit 264c2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/host/eventbus/opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 264c2e7

Please sign in to comment.