Skip to content

Commit

Permalink
Merge pull request #217 from a-sabzian/fix/exchange-declare-comments
Browse files Browse the repository at this point in the history
remove extra word 'accept' from ExchangeDeclare description

[skip ci]
  • Loading branch information
Zerpet authored Aug 8, 2023
2 parents 150c971 + 4792e3b commit 2eefdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ Note: RabbitMQ declares the default exchange types like 'amq.fanout' as
durable, so queues that bind to these pre-declared exchanges must also be
durable.
Exchanges declared as `internal` do not accept accept publishings. Internal
Exchanges declared as `internal` do not accept publishings. Internal
exchanges are useful when you wish to implement inter-exchange topologies
that should not be exposed to users of the broker.
Expand Down

0 comments on commit 2eefdf1

Please sign in to comment.