From cbcc94bc7799aca06ea20366a2e6be26d27f72a0 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 30 Nov 2015 23:42:09 +0300 Subject: [PATCH] Minor api doc fix Change-Id: Ibc432e504aa63f908b5fca93110e2d54f91c5dbd --- includes/api/ApiBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 8e5cdcc471..8a98197754 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -97,7 +97,7 @@ abstract class ApiBase extends ContextSource { /** (integer) Lowest value allowed for the parameter, for PARAM_TYPE 'integer' and 'limit'. */ const PARAM_MIN = 5; - /** (boolean) Allow the same value to be set more than once when PARAM_MULTI is true? */ + /** (boolean) Allow the same value to be set more than once when PARAM_ISMULTI is true? */ const PARAM_ALLOW_DUPLICATES = 6; /** (boolean) Is the parameter deprecated (will show a warning)? */ -- 2.20.1