Minor api doc fix

Change-Id: Ibc432e504aa63f908b5fca93110e2d54f91c5dbd
This commit is contained in:
Yuri Astrakhan 2015-11-30 23:42:09 +03:00
parent ec7d7795b3
commit cbcc94bc77

View file

@ -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)? */