From a87a6650729932d3dbdee01af40a85d89f3946bc Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Fri, 7 Nov 2014 12:40:25 +0900 Subject: [PATCH] Fix description of find_if document. --- doc/algorithm.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/algorithm.qbk b/doc/algorithm.qbk index a26637ce..8e35f6dc 100644 --- a/doc/algorithm.qbk +++ b/doc/algorithm.qbk @@ -574,10 +574,10 @@ Linear. At most `__result_of_size__::value` comparisons. [endsect] [section find_if] -Finds the first element within a sequence with a type for which a given __mpl_lambda_expression__ evaluates to -`boost::mpl::true_`. [heading Description] +Finds the first element within a sequence with a type for which a given __mpl_lambda_expression__ evaluates to +`boost::mpl::true_`. [heading Synopsis] template<