From 18113305f3769545fe06454aec05f63b5155abb6 Mon Sep 17 00:00:00 2001 From: kaldari Date: Mon, 24 Nov 2014 14:19:09 -0800 Subject: [PATCH] Fixing confusing function description Grammar was ambiguous. Change-Id: I463778c04bdb2b0e0f6e9ed7794c67e63500d280 --- includes/api/ApiBase.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 3f84f2a786..944b5ef714 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -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 */ -- 2.20.1