diff --git a/lib/public/itags.php b/lib/public/itags.php index 1cba07e9b53..4bfceb8d799 100644 --- a/lib/public/itags.php +++ b/lib/public/itags.php @@ -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 +}