]> git.saurik.com Git - wxWidgets.git/commitdiff
Clarified the wording for the return value of count
authorKevin Hock <hockkn@yahoo.com>
Wed, 10 Nov 2004 21:16:33 +0000 (21:16 +0000)
committerKevin Hock <hockkn@yahoo.com>
Wed, 10 Nov 2004 21:16:33 +0000 (21:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/hashmap.tex

index c499284ea24ca93e1c604a0a4ad95478ff554a08..19aa2f31432f279799c99535283ebcc374ec2bc6 100644 (file)
@@ -183,7 +183,7 @@ Removes all elements from the hash map.
 \constfunc{size\_type}{count}{\param{const key\_type\&}{ key}}
 
 Counts the number of elements with the given key present in the map.
 \constfunc{size\_type}{count}{\param{const key\_type\&}{ key}}
 
 Counts the number of elements with the given key present in the map.
-This function can actually return 0 or 1.
+This function returns only 0 or 1.
 
 \membersection{wxHashMap::empty}\label{wxhashmapempty}
 
 
 \membersection{wxHashMap::empty}\label{wxhashmapempty}