Skip to content

Commit

Permalink
fix: description of Transport.RemoveSubscriber (dunglas#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
damz committed Jun 16, 2022
1 parent 3ded4ac commit 87745c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type Transport interface {
// AddSubscriber adds a new subscriber to the transport.
AddSubscriber(s *Subscriber) error

// RemoveSubscriber removes a new subscriber from the transport.
// RemoveSubscriber removes a subscriber from the transport.
RemoveSubscriber(s *Subscriber) error

// Close closes the Transport.
Expand Down

0 comments on commit 87745c1

Please sign in to comment.