From af46c890689add97ece791e9a61bad2b1f8c7dc0 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 16 Nov 2022 08:07:22 +0100 Subject: [PATCH] Fix typo in bind_handler.hpp Closes #2563. --- include/boost/beast/core/bind_handler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/beast/core/bind_handler.hpp b/include/boost/beast/core/bind_handler.hpp index cfa6a74b..7cc404f6 100644 --- a/include/boost/beast/core/bind_handler.hpp +++ b/include/boost/beast/core/bind_handler.hpp @@ -28,7 +28,7 @@ namespace beast { The passed handler and arguments are forwarded into the returned handler, whose associated allocator and associated executor will - will be the same as those of the original handler. + be the same as those of the original handler. @par Example