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}