Fixing confusing function description
authorkaldari <rkaldari@wikimedia.org>
Mon, 24 Nov 2014 22:19:09 +0000 (14:19 -0800)
committerkaldari <rkaldari@wikimedia.org>
Tue, 25 Nov 2014 19:12:48 +0000 (11:12 -0800)
Grammar was ambiguous.

Change-Id: I463778c04bdb2b0e0f6e9ed7794c67e63500d280

includes/api/ApiBase.php

index 3f84f2a..944b5ef 100644 (file)
@@ -284,7 +284,8 @@ abstract class ApiBase extends ContextSource {
        }
 
        /**
-        * Indicates whether this module is "internal" or unstable
+        * Indicates whether this module is "internal"
+        * Internal API modules are not (yet) intended for 3rd party use and may be unstable.
         * @since 1.25
         * @return bool
         */