]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/array.tex
typo fixes
[wxWidgets.git] / docs / latex / wx / array.tex
index 7c106338887b3a3bb2d7c88878066f450e038edb..c493cd1fb74a9a86ab2835a7193f56a4d53b0dda 100644 (file)
@@ -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}