diff options
Diffstat (limited to 'includes/Permissions')
-rw-r--r-- | includes/Permissions/RateLimiter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Permissions/RateLimiter.php b/includes/Permissions/RateLimiter.php index be247a6e7d1d..9018c9f298f3 100644 --- a/includes/Permissions/RateLimiter.php +++ b/includes/Permissions/RateLimiter.php @@ -198,7 +198,7 @@ class RateLimiter { * @param RateLimitSubject $subject The subject of the rate limit, representing the * client performing the action. * @param string $action Action to enforce - * @param int $incrBy Positive amount to increment counter by, 1 per default. + * @param int $incrBy Positive amount to increment counter by, 1 by default. * Use 0 to check the limit without bumping the counter. * * @return bool True if a rate limit was exceeded. |