Skip to content

Commit

Permalink
fix:double 'because' in this sentence in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiming1997 authored and wellle committed Jan 10, 2024
1 parent e8bf6b5 commit 6006029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit 6006029

Please sign in to comment.