File tree 1 file changed +2
-2
lines changed
include/boost/algorithm/string
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ namespace boost {
234
234
\param Input An input string
235
235
\param N Length of the head
236
236
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.
238
238
\return
239
239
An \c iterator_range delimiting the match.
240
240
Returned iterator is either \c Range1T::iterator or
@@ -264,7 +264,7 @@ namespace boost {
264
264
\param Input An input string
265
265
\param N Length of the tail.
266
266
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.
268
268
\return
269
269
An \c iterator_range delimiting the match.
270
270
Returned iterator is either \c RangeT::iterator or
You can’t perform that action at this time.
0 commit comments