Fix typo in bind_handler.hpp

Closes #2563.
This commit is contained in:
Dirk Stolle
2022-11-16 08:07:22 +01:00
committed by Klemens Morgenstern
parent 6e1eb76b1d
commit af46c89068

View File

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