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 @@ -228,7 +228,7 @@ namespace boost {
228
228
// ! Find head algorithm
229
229
/* !
230
230
Get the head of the input. Head is a prefix of the string of the
231
- given size. If the input is shorter then required, whole input if considered
231
+ given size. If the input is shorter then required, whole input is considered
232
232
to be the head.
233
233
234
234
\param Input An input string
@@ -258,7 +258,7 @@ namespace boost {
258
258
// ! Find tail algorithm
259
259
/* !
260
260
Get the tail of the input. Tail is a suffix of the string of the
261
- given size. If the input is shorter then required, whole input if considered
261
+ given size. If the input is shorter then required, whole input is considered
262
262
to be the tail.
263
263
264
264
\param Input An input string
You can’t perform that action at this time.
0 commit comments