]> git.saurik.com Git - wxWidgets.git/commitdiff
correct Insert() docs (bug #526172)
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Mar 2002 00:24:33 +0000 (00:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Mar 2002 00:24:33 +0000 (00:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/arrstrng.tex

index 71f698a11c6569796867fe1b8fbcb37a8d3bb3c7..f68d672050fdc3b9d64722f91db33e41c60cdf6b 100644 (file)
@@ -186,7 +186,7 @@ example, to insert the string in the beginning of the array you would write
 Insert("foo", 0);
 \end{verbatim}
 
 Insert("foo", 0);
 \end{verbatim}
 
-If {\it nIndex} is equal to {\it GetCount() + 1} this function behaves as 
+If {\it nIndex} is equal to {\it GetCount()} this function behaves as 
 \helpref{Add}{wxarraystringadd}.
 
 {\bf Warning:} this function should not be used with sorted arrays because it
 \helpref{Add}{wxarraystringadd}.
 
 {\bf Warning:} this function should not be used with sorted arrays because it