mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-29 12:07:18 +02:00
Fixing documentation grammar and spelling
[SVN r23606]
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user