]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/string.h
Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated and restored wxThread and...
[wxWidgets.git] / interface / wx / string.h
index be71c0edd0c792c13df08f225166b862c0801c51..69044521b301ef8e04fba4cabe1833300eaa068b 100644 (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
@@ -818,14 +818,16 @@ public:
     wxString& MakeCapitalized();
 
     /**
-        Converts all characters to lower case and returns the result.
+        Converts all characters to lower case and returns the reference to the
+        modified string.
 
         @see Lower()
     */
     wxString& MakeLower();
 
     /**
-        Converts all characters to upper case and returns the result.
+        Converts all characters to upper case and returns the reference to the
+        modified string.
 
         @see Upper()
     */