Updates documentation of wcf\data\IEditableObject
authorMatthias Schmidt <gravatronics@live.com>
Wed, 7 Sep 2011 08:45:50 +0000 (10:45 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 7 Sep 2011 08:45:50 +0000 (10:45 +0200)
wcfsetup/install/files/lib/data/IEditableObject.class.php

index 6a978085c58404fda1bd8f13a3f9e03df6cb266c..cdc126c94bb57e0eedcf5e3e5cf29e57b9791d38 100644 (file)
@@ -33,8 +33,8 @@ interface IEditableObject extends IStorableObject {
        public function delete();
        
        /**
-        * Deletes all the objects with the given ids and returns the number of
-        * deleted objects.
+        * Deletes all objects with the given ids and returns the number of deleted
+        * objects.
         * 
         * @param       array           $objectIDs
         * @return      integer