diff options
Diffstat (limited to 'includes/api/ApiMessage.php')
-rw-r--r-- | includes/api/ApiMessage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiMessage.php b/includes/api/ApiMessage.php index 254cdcde526e..2a4511287bfa 100644 --- a/includes/api/ApiMessage.php +++ b/includes/api/ApiMessage.php @@ -33,7 +33,7 @@ class ApiMessage extends Message implements IApiMessage { * This returns $msg if it's an IApiMessage, calls 'new ApiRawMessage' if * $msg is a RawMessage, or calls 'new ApiMessage' in all other cases. * - * @stable for calling + * @stable to call * @param Message|RawMessage|array|string $msg * @param string|null $code * @param array|null $data |