This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new c8e9195 fix typo (#857)
c8e9195 is described below
commit c8e91952a75389260b821fbfc0ef23e5519bf492
Author: Sekfung Lau <[email protected]>
AuthorDate: Thu Oct 6 15:27:21 2022 +0800
fix typo (#857)
Modifications
fix typo in consumer.go
---
pulsar/consumer.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsar/consumer.go b/pulsar/consumer.go
index 3f756f8..574d6af 100644
--- a/pulsar/consumer.go
+++ b/pulsar/consumer.go
@@ -228,7 +228,7 @@ type Consumer interface {
//
// When a message is "negatively acked" it will be marked for
redelivery after
// some fixed delay. The delay is configurable when constructing the
consumer
- // with ConsumerOptions.NAckRedeliveryDelay .
+ // with ConsumerOptions.NackRedeliveryDelay .
//
// This call is not blocking.
Nack(Message)