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-11-18 18:41:50 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-11-18 20:12:09 +0400
commitefb4ef581222bc9ae572e57f6f792806c4a79c6f (patch)
tree84c5b3dbf486f1652229f0ec2117427461e52f0e /core/DataTable.php
parent82a36f16c7b12e45d8710dbbcafd14f890c5b801 (diff)
Miscellaneous tweaks to config.
Diffstat (limited to 'core/DataTable.php')
-rw-r--r--core/DataTable.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/DataTable.php b/core/DataTable.php
index 184be3b534..94500e08d1 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -34,7 +34,7 @@ require_once PIWIK_INCLUDE_PATH . '/core/Common.php';
* ### The Basics
*
* DataTables consist of rows and each row consists of columns. A column value can be
- * be a numeric, string or array.
+ * be numeric, a string or an array.
*
* Every row has an ID. The ID is either the index of the row or [ID_SUMMARY_ROW](#ID_SUMMARY_ROW).
*
@@ -97,9 +97,9 @@ require_once PIWIK_INCLUDE_PATH . '/core/Common.php';
*
* ### Learn more
*
- * - **ArchiveProcessor** &mdash; to learn how DataTables are persisted.
- * - **DataTable\Renderer** &mdash; to learn how DataTable data is exported to XML, JSON, etc.
- * - **DataTable\Filter** &mdash; to see all core Filters.
+ * - **[ArchiveProcessor](#)** &mdash; to learn how DataTables are persisted.
+ * - **[DataTable\Renderer](#)** &mdash; to learn how DataTable data is exported to XML, JSON, etc.
+ * - **[DataTable\Filter](#)** &mdash; to see all core Filters.
*
* ### Examples
*