Fixing documentation grammar and spelling

[SVN r23606]
This commit is contained in:
Pavol Droba
2004-07-15 21:48:25 +00:00
parent d97ff92ae4
commit fb182c2566
20 changed files with 390 additions and 512 deletions

View File

@ -23,7 +23,7 @@ namespace boost {
//! Finder concept
/*!
Defines finder concept. Finder is a functor which selects
Defines the Finder concept. Finder is a functor which selects
an arbitrary part of a string. Search is performed on
the range specified by starting and ending iterators.
@ -49,7 +49,7 @@ namespace boost {
//! Formatter concept
/*!
Defines formatter concept. Formatter is a functor, which
Defines the Formatter concept. Formatter is a functor, which
takes a result from a finder operation and transforms it
in a specific way.