From a92ae91b23a3eb07005e9d13c7e03d8dca951893 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 27 Feb 2012 20:40:58 +0000 Subject: [PATCH] Another doc fix; Refs #6596 [SVN r77130] --- include/boost/algorithm/string/find.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/algorithm/string/find.hpp b/include/boost/algorithm/string/find.hpp index b4cad3d..cc99ca1 100644 --- a/include/boost/algorithm/string/find.hpp +++ b/include/boost/algorithm/string/find.hpp @@ -234,7 +234,7 @@ namespace boost { \param Input An input string \param N Length of the head For N>=0, at most N characters are extracted. - For N<0, size(Input)-|N| characters are extracted. + For N<0, at most size(Input)-|N| characters are extracted. \return An \c iterator_range delimiting the match. Returned iterator is either \c Range1T::iterator or @@ -264,7 +264,7 @@ namespace boost { \param Input An input string \param N Length of the tail. For N>=0, at most N characters are extracted. - For N<0, size(Input)-|N| characters are extracted. + For N<0, at most size(Input)-|N| characters are extracted. \return An \c iterator_range delimiting the match. Returned iterator is either \c RangeT::iterator or