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:
Diffstat (limited to 'core/RankingQuery.php')
-rw-r--r--core/RankingQuery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/RankingQuery.php b/core/RankingQuery.php
index 6ccc680b6a..de05ab39aa 100644
--- a/core/RankingQuery.php
+++ b/core/RankingQuery.php
@@ -13,7 +13,7 @@ use Exception;
/**
* The ranking query class wraps an arbitrary SQL query with more SQL that limits
- * the number of results while aggregating the rest in an a new "Others" row. It als
+ * the number of results while aggregating the rest in an a new "Others" row. It also
* 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.
*