Skip to content

Commit

Permalink
fix typo (#857)
Browse files Browse the repository at this point in the history
Modifications
fix typo in consumer.go
  • Loading branch information
sekfung authored Oct 6, 2022
1 parent dedbdc4 commit c8e9195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c8e9195

Please sign in to comment.