]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxstring.tex
documented wxSpinCtrl
[wxWidgets.git] / docs / latex / wx / wxstring.tex
index 0f28c18abdcd3a8af3d4dfe6becd5d598d40fe83..9c82d7fb3ec1ca24c264286563a72d87283897cb 100644 (file)
@@ -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}