]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dynarray.h
Doc and comment cleanup, fixes, tweaks
[wxWidgets.git] / interface / wx / dynarray.h
index fae5a0cb69659bd23dc53980cce1a17fdcecc62b..54e1f22f737c7b83870ea75db8c9e281356acbd3 100644 (file)
@@ -397,7 +397,7 @@ public:
         @c T.
 
         This version is used with wxObjArray. The array will take ownership of
         @c T.
 
         This version is used with wxObjArray. The array will take ownership of
-        the @item, deleting it when the item is deleted from the array. Note
+        the @item, deleting it when the item is deleted from the array. Note
         that you cannot append more than one pointer as reusing it would lead
         to deleting it twice (or more) resulting in a crash.
 
         that you cannot append more than one pointer as reusing it would lead
         to deleting it twice (or more) resulting in a crash.