This commit is contained in:
William Banfield
2022-10-26 14:50:54 -04:00
parent 1db0ee8f4a
commit 074f5f1bf4

View File

@@ -38,7 +38,7 @@ type Reactor interface {
// or other reason).
RemovePeer(peer Peer, reason interface{})
// Receive is called by the switch when an envelope is received from any connected
// Receive is called by the switch when an envelope is received from any connected
// peer on any of the channels registered by the reactor
Receive(Envelope)
}