]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix a comment.
authorBernhard Reiter <ockham@raz.or.at>
Mon, 8 Sep 2014 21:38:46 +0000 (23:38 +0200)
committerBernhard Reiter <ockham@raz.or.at>
Mon, 13 Oct 2014 22:06:07 +0000 (00:06 +0200)
lib/public/itags.php

index 1cba07e9b5377555730531404df0b22ef7b68193..4bfceb8d7992eb2d70f6309116f73de8e08db2da 100644 (file)
@@ -162,11 +162,11 @@ interface ITags {
        public function unTag($objid, $tag);
 
        /**
-       * Delete tags from the
+       * Delete tags from the database
        *
        * @param string[] $names An array of tags to delete
        * @return bool Returns false on error
        */
        public function delete($names);
 
-}
\ No newline at end of file
+}