diff options
Diffstat (limited to 'includes/utils/BatchRowIterator.php')
-rw-r--r-- | includes/utils/BatchRowIterator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/utils/BatchRowIterator.php b/includes/utils/BatchRowIterator.php index 06deb1f92b23..3e2418ded980 100644 --- a/includes/utils/BatchRowIterator.php +++ b/includes/utils/BatchRowIterator.php @@ -89,7 +89,7 @@ class BatchRowIterator implements RecursiveIterator { protected $options = []; /** - * @stable for calling + * @stable to call * * @param IDatabase $db The database to read from * @param string|array $table The name or names of the table to read from |