Minor api doc fix
authorYuri Astrakhan <yurik@wikimedia.org>
Mon, 30 Nov 2015 20:42:09 +0000 (23:42 +0300)
committerYuri Astrakhan <yurik@wikimedia.org>
Mon, 30 Nov 2015 20:42:09 +0000 (23:42 +0300)
Change-Id: Ibc432e504aa63f908b5fca93110e2d54f91c5dbd

includes/api/ApiBase.php

index 8e5cdcc..8a98197 100644 (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)? */