From 4792e3b438e28c13d1ad96db0bab7a6b875b537c Mon Sep 17 00:00:00 2001 From: Amirreza Sabzian Date: Tue, 8 Aug 2023 17:58:52 +0430 Subject: [PATCH] remove extra word 'accept' from ExchangeDeclare description --- channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel.go b/channel.go index 9222d19..7bc3db8 100644 --- a/channel.go +++ b/channel.go @@ -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.