X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2edb0bdef6238c8c246b6978bc14828b7033d931..01802c507c5edd947eeae4c64de01f3337c8bb09:/docs/latex/wx/array.tex diff --git a/docs/latex/wx/array.tex b/docs/latex/wx/array.tex index 7c10633888..c493cd1fb7 100644 --- a/docs/latex/wx/array.tex +++ b/docs/latex/wx/array.tex @@ -485,7 +485,7 @@ Return the number of items in the array. \membersection{wxArray::Index}\label{wxarrayindex} -\func{int}{Index}{\param{T\& }{item}, \param{bool }{searchFromEnd = FALSE}} +\func{int}{Index}{\param{T\& }{item}, \param{bool }{searchFromEnd = false}} \func{int}{Index}{\param{T\& }{item}} @@ -526,7 +526,7 @@ between the overloaded versions of this function. \constfunc{bool}{IsEmpty}{\void} -Returns TRUE if the array is empty, FALSE otherwise. +Returns true if the array is empty, false otherwise. \membersection{wxArray::Item}\label{wxarrayitem}