diff options
Diffstat (limited to 'includes/deferred/DataUpdate.php')
-rw-r--r-- | includes/deferred/DataUpdate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/deferred/DataUpdate.php b/includes/deferred/DataUpdate.php index 4818127c27bd..0d97968bc969 100644 --- a/includes/deferred/DataUpdate.php +++ b/includes/deferred/DataUpdate.php @@ -36,7 +36,7 @@ abstract class DataUpdate implements DeferrableUpdate { protected $causeAgent = 'unknown'; /** - * @stable for calling + * @stable to call */ public function __construct() { // noop |