From 63d4c88d2850dd6edcae763ddd740734f36e3d6e Mon Sep 17 00:00:00 2001 From: Humberto Navarro Date: Sun, 18 Dec 2022 23:45:58 -0800 Subject: [PATCH] Update consume.go --- consume.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consume.go b/consume.go index a627923..db36ece 100644 --- a/consume.go +++ b/consume.go @@ -44,7 +44,7 @@ type Delivery struct { // NewConsumer returns a new Consumer connected to the given rabbitmq server // it also starts consuming on the given connection with automatic reconnection handling -// Do do reuse the returned consumer for anything other than to close it +// Do not reuse the returned consumer for anything other than to close it func NewConsumer( conn *Conn, handler Handler,