diff options
Diffstat (limited to 'includes/libs/Message/ScalarParam.php')
-rw-r--r-- | includes/libs/Message/ScalarParam.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/libs/Message/ScalarParam.php b/includes/libs/Message/ScalarParam.php index 7484561beaaa..e28166757676 100644 --- a/includes/libs/Message/ScalarParam.php +++ b/includes/libs/Message/ScalarParam.php @@ -13,7 +13,7 @@ class ScalarParam extends MessageParam { /** * Construct a text parameter * - * @stable for calling. + * @stable to call. * * @param string $type One of the ParamType constants. * @param string|int|float|MessageValue $value |