X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1845534dd4a1f3154a1a89a09ee31e26b3782b64..5d9dba5b1a3a9072b8f9a2789ab39e11f193940d:/docs/latex/wx/wxstring.tex 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}