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:
itemization(
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
an element in the iterator range tt(Type::operator==()) is used.
rangett(first, last) is returned. Use tt(Type::operator==()) to determine
whether tt(value) is equal to an element in the iterator range.
)
it() Example:
verbinclude(stl/cc/count.cc)