Skip to content

Commit a92ae91

Browse files
committed
Another doc fix; Refs #6596
[SVN r77130]
1 parent 028d9ae commit a92ae91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/algorithm/string/find.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ namespace boost {
234234
\param Input An input string
235235
\param N Length of the head
236236
For N>=0, at most N characters are extracted.
237-
For N<0, size(Input)-|N| characters are extracted.
237+
For N<0, at most size(Input)-|N| characters are extracted.
238238
\return
239239
An \c iterator_range delimiting the match.
240240
Returned iterator is either \c Range1T::iterator or
@@ -264,7 +264,7 @@ namespace boost {
264264
\param Input An input string
265265
\param N Length of the tail.
266266
For N>=0, at most N characters are extracted.
267-
For N<0, size(Input)-|N| characters are extracted.
267+
For N<0, at most size(Input)-|N| characters are extracted.
268268
\return
269269
An \c iterator_range delimiting the match.
270270
Returned iterator is either \c RangeT::iterator or

0 commit comments

Comments
 (0)