From 13297a804c38999aa790af93f1d599e3c809dc7d Mon Sep 17 00:00:00 2001 From: diosmosis Date: Sun, 8 Dec 2013 18:12:48 +0000 Subject: Fixes #4200, revised rest of @api classes/methods, closing ticket. --- core/RankingQuery.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/RankingQuery.php') diff --git a/core/RankingQuery.php b/core/RankingQuery.php index 375d73b599..7691d98d3c 100644 --- a/core/RankingQuery.php +++ b/core/RankingQuery.php @@ -15,9 +15,9 @@ use Exception; /** * The ranking query class wraps an arbitrary SQL query with more SQL that limits - * the number of results while grouping the rest to "Others" and allows for some - * more fancy things that can be configured via method calls of this class. The - * advanced use cases are explained in the doc comments of the methods. + * the number of results while aggregating the rest in an a new "Others" row. It als + * allows for some more fancy things that can be configured via method calls of this + * class. The advanced use cases are explained in the doc comments of the methods. * * The general use case looks like this: * -- cgit v1.2.3