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

@ -16,13 +16,13 @@
#include <boost/algorithm/string/detail/formatter.hpp>
/*! \file
Defines formatter generators. Formatter is a functor which formats
a string according to give parameters. A Formatter works
Defines Formatter generators. Formatter is a functor which formats
a string according to given parameters. A Formatter works
in conjunction with a Finder. A Finder can provide additional information
for a specific Formatter. An example of such a cooperation is reger_finder
for a specific Formatter. An example of such a cooperation is regex_finder
and regex_formatter.
Formatters are used by as a pluggable components for replace facilities.
Formatters are used as pluggable components for replace facilities.
This header contains generator functions for the Formatters provided in this library.
*/