projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
588066b
)
Clarified the wording for the return value of count
author
Kevin Hock
<hockkn@yahoo.com>
Wed, 10 Nov 2004 21:16:33 +0000
(21:16 +0000)
committer
Kevin 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
patch
|
blob
|
blame
|
history
diff --git
a/docs/latex/wx/hashmap.tex
b/docs/latex/wx/hashmap.tex
index c499284ea24ca93e1c604a0a4ad95478ff554a08..19aa2f31432f279799c99535283ebcc374ec2bc6 100644
(file)
--- a/
docs/latex/wx/hashmap.tex
+++ b/
docs/latex/wx/hashmap.tex
@@
-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.
-This function
can actually return
0 or 1.
+This function
returns only
0 or 1.
\membersection{wxHashMap::empty}\label{wxhashmapempty}