X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c968cee840eda3b7340cdb4ba822065721cbdf6..5c5428f9132822d5d39b02c46dd89464adff9f1f:/docs/latex/wx/tokenizr.tex diff --git a/docs/latex/wx/tokenizr.tex b/docs/latex/wx/tokenizr.tex index 0b8490ce1d..c9e0c44732 100644 --- a/docs/latex/wx/tokenizr.tex +++ b/docs/latex/wx/tokenizr.tex @@ -10,7 +10,7 @@ string to tokenize and also the delimiters which separate tokens in the string Then \helpref{GetNextToken}{wxstringtokenizergetnexttoken} may be called repeatedly until it \helpref{HasMoreTokens}{wxstringtokenizerhasmoretokens} -returns FALSE. +returns false. For example: @@ -89,7 +89,7 @@ Returns the number of tokens in the input string. \constfunc{bool}{HasMoreTokens}{\void} -Returns TRUE if the tokenizer has further tokens, FALSE if none are left. +Returns true if the tokenizer has further tokens, false if none are left. \membersection{wxStringTokenizer::GetNextToken}\label{wxstringtokenizergetnexttoken}