File tree Expand file tree Collapse file tree
include/boost/algorithm/string Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ namespace boost {
228228 // ! Find head algorithm
229229 /* !
230230 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
232232 to be the head.
233233
234234 \param Input An input string
@@ -258,7 +258,7 @@ namespace boost {
258258 // ! Find tail algorithm
259259 /* !
260260 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
262262 to be the tail.
263263
264264 \param Input An input string
You can’t perform that action at this time.
0 commit comments