Fix typo in includes/watcheditem/WatchItemStoreInterface.php
authorAlangi Derick <alangiderick@gmail.com>
Fri, 19 Oct 2018 20:21:35 +0000 (21:21 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 20 Oct 2018 19:56:11 +0000 (19:56 +0000)
Comment didn't quite make sense, fixing the typo by removing "the"
made it a little better and clear.

Change-Id: I33abdb3489ab704d50722a8df6acb402592908b2

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