Tiny typo in example

This commit is contained in:
Ben Gray 2021-07-23 18:52:50 +01:00 committed by GitHub
parent 819af12055
commit e981a8b2aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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