From: Vadim Zeitlin Date: Thu, 2 Mar 2000 15:41:18 +0000 (+0000) Subject: corrected Remove() description X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/42d14d4e8fbcc49af37381f7b6730d70da84f2ac corrected Remove() description git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index 0f28c18abd..9c82d7fb3e 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -819,7 +819,7 @@ Same as Truncate. Removes the portion from {\it pos} to the end of the string. \func{wxString\&}{Remove}{\param{size\_t}{ pos}, \param{size\_t}{ len}} -Removes the last {\it len} characters from the string, starting at {\it pos}. +Removes the {\it len} characters from the string, starting at {\it pos}. \membersection{wxString::RemoveLast}\label{wxstringremovelast}