git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-08-29 14:00:43 +00:00
parent 2038034368
commit 52ddeedbde

View File

@@ -98,7 +98,7 @@ public:
wxString implements caching of the last used index so that iterating over
a string is a linear operation even in UTF-8 mode.
It is nonetheless recommended to use iterators (instead of index bases
It is nonetheless recommended to use iterators (instead of index based
access) like this:
@code