From: Kevin Hock Date: Wed, 10 Nov 2004 21:16:33 +0000 (+0000) Subject: Clarified the wording for the return value of count X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cea15ffc7e4b02ddee9243c8b218faef94e55482?ds=sidebyside Clarified the wording for the return value of count git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/hashmap.tex b/docs/latex/wx/hashmap.tex index c499284ea2..19aa2f3143 100644 --- 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}