typos repaired

git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@186 f6dd340e-d3f9-0310-b409-bdd246841980
This commit is contained in:
fbbrokken 2009-06-16 18:08:41 +00:00
parent 5a0930620c
commit 2c19aba33d

View file

@ -10,8 +10,8 @@ const &value);)
it() Description: it() Description:
itemization( itemization(
it() The number of times tt(value) occurs in the iterator range it() The number of times tt(value) occurs in the iterator range
rangett(first, last) is returned. To determine whether tt(value) is equal to rangett(first, last) is returned. Use tt(Type::operator==()) to determine
an element in the iterator range tt(Type::operator==()) is used. whether tt(value) is equal to an element in the iterator range.
) )
it() Example: it() Example:
verbinclude(stl/cc/count.cc) verbinclude(stl/cc/count.cc)