From 6006029452dec90e9e451a3a6747c3f66fc727db Mon Sep 17 00:00:00 2001 From: yiming1997 <1965768941@qq.com> Date: Thu, 11 Jan 2024 00:06:52 +0800 Subject: [PATCH] fix:double 'because' in this sentence in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fd029e..e290932 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ name, err := taskQueue.AddConsumerFunc(func(delivery rmq.Delivery) { Please note that `delivery.Ack()` and similar functions have a built-in retry mechanism which will block your consumers in some cases. This is because -because failing to acknowledge a delivery is potentially dangerous. For details +failing to acknowledge a delivery is potentially dangerous. For details see the section about background errors below. For a full example see [`example/consumer`][consumer.go].