Skip to content

Commit

Permalink
Merge pull request #408 from benjamg/patch-1
Browse files Browse the repository at this point in the history
Tiny typo in example
  • Loading branch information
EmielBruijntjes authored Aug 2, 2021
2 parents 4b62948 + e981a8b commit 2749d36
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 @@ -1094,7 +1094,7 @@ channel.confirmSelect().onSuccess([&]() {
// deliveryTag is message number
// multiple is set to true, if all messages UP TO deliveryTag have been processed

}).onNack([&](uint64 deliveryTag, bool multiple, bool requeue) {
}).onNack([&](uint64_t deliveryTag, bool multiple, bool requeue) {

// deliveryTag is message number
// multiple is set to true, if all messages UP TO deliveryTag have not been processed
Expand Down

0 comments on commit 2749d36

Please sign in to comment.