Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-08 22:12:48 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-08 22:13:07 +0400
commit13297a804c38999aa790af93f1d599e3c809dc7d (patch)
treecdf7cb0b4df018853852a1af675041cd23944293 /core/RankingQuery.php
parent54bb5200d2567e51ff5a77dcd4dfa89195c169d9 (diff)
Fixes #4200, revised rest of @api classes/methods, closing ticket.
Diffstat (limited to 'core/RankingQuery.php')
-rw-r--r--core/RankingQuery.php6
1 files changed, 3 insertions, 3 deletions
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:
*