Minor api doc fix
Change-Id: Ibc432e504aa63f908b5fca93110e2d54f91c5dbd
This commit is contained in:
parent
ec7d7795b3
commit
cbcc94bc77
1 changed files with 1 additions and 1 deletions
|
|
@ -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)? */
|
||||
|
|
|
|||
Loading…
Reference in a new issue