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