Skip to content

Commit

Permalink
Fix grammar in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
annismckenzie committed Jan 7, 2024
1 parent d20a605 commit 345dc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/gochannel/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func NewGoChannel(config Config, logger watermill.LoggerAdapter) *GoChannel {
}

// Publish in GoChannel is NOT blocking until all consumers consume.
// Messages will be send in background.
// Messages will be sent in the background.
//
// Messages may be persisted or not, depending of persistent attribute.
func (g *GoChannel) Publish(topic string, messages ...*message.Message) error {
Expand Down

0 comments on commit 345dc4f

Please sign in to comment.