Comments cleanup

[SVN r23447]
This commit is contained in:
Pavol Droba
2004-07-11 22:07:00 +00:00
parent 22b59d1848
commit 029851b0ce
14 changed files with 493 additions and 624 deletions

View File

@ -24,7 +24,7 @@ namespace boost {
//! Finder concept
/*!
Defines finder concept. Finder is a functor which selects
an arbitraty part of a container. Search is performed on
an arbitrary part of a string. Search is performed on
the range specified by starting and ending iterators.
Result of the find operation must be convertible to iterator_range.