Browse Source

Correct a typo

pull/1681/head
Jun10ng 4 years ago
parent
commit
1370b6a07c
  1. 2
      p2p/host/eventbus/opts.go

2
p2p/host/eventbus/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.

Loading…
Cancel
Save