From 3a3f9c459e0012ccd5c4cc9bf59fe282292ad2ee Mon Sep 17 00:00:00 2001 From: Tocic Date: Thu, 13 Dec 2018 18:34:36 +0300 Subject: [PATCH] Fix typo --- doc/qbk/03_core/5_composed.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qbk/03_core/5_composed.qbk b/doc/qbk/03_core/5_composed.qbk index a5451b13..03f76e55 100644 --- a/doc/qbk/03_core/5_composed.qbk +++ b/doc/qbk/03_core/5_composed.qbk @@ -49,7 +49,7 @@ composed operations: 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. ]] [[ [link beast.ref.boost__beast__bind_front_handler `bind_front_handler`]