summaryrefslogtreecommitdiff
path: root/core/helpers/rest.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/rest.php')
-rw-r--r--core/helpers/rest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/rest.php b/core/helpers/rest.php
index 1e14b0e2..b1f777cf 100644
--- a/core/helpers/rest.php
+++ b/core/helpers/rest.php
@@ -84,7 +84,7 @@ class REST_Core {
/**
* Set HTTP response code.
- * @param string Use one of status code constants defined in this class.
+ * @param string Use one of the status code constants defined in this class.
*/
public static function http_status($status_code) {
header("HTTP/1.1 " . $status_code);