diff options
Diffstat (limited to 'includes/api/ApiQuery.php')
-rw-r--r-- | includes/api/ApiQuery.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index f4253599639b..a9fc9ca00a99 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -264,9 +264,9 @@ class ApiQuery extends ApiBase { $pageSet = $this->getPageSet(); $result = $this->getResult(); - # We don't check for a full result set here because we can't be adding - # more than 380K. The maximum revision size is in the megabyte range, - # and the maximum result size must be even higher than that. + // We don't check for a full result set here because we can't be adding + // more than 380K. The maximum revision size is in the megabyte range, + // and the maximum result size must be even higher than that. // Title normalizations $normValues = array (); |