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

@ -27,8 +27,8 @@ namespace boost {
//! is_equal functor
/*!
Standard STL equal_to does handle only comparison between arguments
of the same type. This is less restrictive version which wraps == operator.
Standard STL equal_to only handle comparison between arguments
of the same type. This is a less restrictive version which wraps operator ==.
*/
struct is_equal
{