Small comment typo removed

[SVN r23609]
This commit is contained in:
Pavol Droba
2004-07-15 22:24:39 +00:00
parent 48e65026d9
commit 4e55a78e2d

View File

@ -49,7 +49,7 @@ int main()
cout << "\";.,\" are all punctuation characters" << endl;
}
// Classification predicated can be combined
// Classification predicates can be combined
if ( all("abcxxx", is_any_of("xabc") && !is_space() ) )
{
cout << "true" << endl;