From: Robert Roebling Date: Fri, 29 Aug 2008 14:00:43 +0000 (+0000) Subject: Typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/52ddeedbded9d000fba82132c76618c010c5d2d5 Typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/string.h b/interface/wx/string.h index be71c0edd0..597f14fef1 100644 --- a/interface/wx/string.h +++ b/interface/wx/string.h @@ -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