]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxstring.tex
added Open() mode parameter
[wxWidgets.git] / docs / latex / wx / wxstring.tex
index 6b0e6227a115013bb889a9d859d00391df55ed29..0a4ff10b73dba34131f6b3fb3abb4c32d86be811 100644 (file)
@@ -914,7 +914,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 {\it len} characters from the string, starting at {\it pos}.
+Removes {\it len} characters from the string, starting at {\it pos}.
 
 \membersection{wxString::RemoveLast}\label{wxstringremovelast}