Skip to content

Commit 9f51e28

Browse files
authored
Merge pull request #100 from humbertovnavarro/patch-1
Update consume.go
2 parents ebf2e16 + 63d4c88 commit 9f51e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type Delivery struct {
4444

4545
// NewConsumer returns a new Consumer connected to the given rabbitmq server
4646
// it also starts consuming on the given connection with automatic reconnection handling
47-
// Do do reuse the returned consumer for anything other than to close it
47+
// Do not reuse the returned consumer for anything other than to close it
4848
func NewConsumer(
4949
conn *Conn,
5050
handler Handler,

0 commit comments

Comments
 (0)