aboutsummaryrefslogtreecommitdiffstats
path: root/includes/exception/HttpError.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/exception/HttpError.php')
-rw-r--r--includes/exception/HttpError.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/exception/HttpError.php b/includes/exception/HttpError.php
index b7086111b2ce..c432f63e12d7 100644
--- a/includes/exception/HttpError.php
+++ b/includes/exception/HttpError.php
@@ -33,7 +33,7 @@ class HttpError extends MWException {
private $httpCode, $header, $content;
/**
- * @stable for calling
+ * @stable to call
* @param int $httpCode HTTP status code to send to the client
* @param string|Message $content Content of the message
* @param string|Message|null $header Content of the header (\<title\> and \<h1\>)