Merge "Fix typo in includes/watcheditem/WatchItemStoreInterface.php"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 20 Oct 2018 20:16:15 +0000 (20:16 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 20 Oct 2018 20:16:15 +0000 (20:16 +0000)
includes/watcheditem/WatchedItemStoreInterface.php

index ac5e215..274d3f4 100644 (file)
@@ -193,7 +193,7 @@ interface WatchedItemStoreInterface {
        public function addWatchBatchForUser( User $user, array $targets );
 
        /**
-        * Removes the an entry for the User watching the LinkTarget
+        * Removes an entry for the User watching the LinkTarget
         * Must be called separately for Subject & Talk namespaces
         *
         * @since 1.31