From e981a8b2aa61b328b9d528657c1cf24129f2616b Mon Sep 17 00:00:00 2001 From: Ben Gray Date: Fri, 23 Jul 2021 18:52:50 +0100 Subject: [PATCH] Tiny typo in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f11b4..341b9d8 100644 --- a/README.md +++ b/README.md @@ -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