From 2c19aba33d7350727f01550477e450e98c84f457 Mon Sep 17 00:00:00 2001 From: fbbrokken Date: Tue, 16 Jun 2009 18:08:41 +0000 Subject: [PATCH] typos repaired git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@186 f6dd340e-d3f9-0310-b409-bdd246841980 --- yo/stl/count.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yo/stl/count.yo b/yo/stl/count.yo index ef297930..6f936c5d 100644 --- a/yo/stl/count.yo +++ b/yo/stl/count.yo @@ -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)