From 8a844cafd6ab075ae3f478b4d7603f11c5a1ecdf Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 17 Apr 2015 16:29:43 -0700 Subject: [PATCH] Follow-up 1c57794e371: change 'nobools' to 'nobool' in docs Because 'nobool' is what's actually used in the code. Change-Id: Ia846e6abbf973d3b060a509e0216023a8278d7f6 --- includes/api/ApiResult.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiResult.php b/includes/api/ApiResult.php index da28010471..28512f48df 100644 --- a/includes/api/ApiResult.php +++ b/includes/api/ApiResult.php @@ -197,10 +197,10 @@ class ApiResult implements ApiSerializable { * * BC: (array) This transformation does various adjustments to bring the * output in line with the pre-1.25 result format. The value array is a - * list of flags: 'nobools', 'no*', 'nosub'. + * list of flags: 'nobool', 'no*', 'nosub'. * - Boolean-valued items are changed to '' if true or removed if false, * unless listed in META_BC_BOOLS. This may be skipped by including - * 'nobools' in the value array. + * 'nobool' in the value array. * - The tag named by META_CONTENT is renamed to '*', and META_CONTENT is * set to '*'. This may be skipped by including 'no*' in the value * array. -- 2.20.1