From 125a01c697292def45af7b4c6f1eff0a974a8ea3 Mon Sep 17 00:00:00 2001 From: Quentin Delettre Date: Mon, 30 Dec 2013 11:58:43 +0100 Subject: [PATCH] Typo --- src/DataTable/DataTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataTable/DataTable.php b/src/DataTable/DataTable.php index 67ae560..fc50211 100644 --- a/src/DataTable/DataTable.php +++ b/src/DataTable/DataTable.php @@ -204,7 +204,7 @@ protected function renderReturnData(DataTable_DataResult $result) } /** - * Get the data for for a column from the given data object row + * Get the data for a column from the given data object row * * This method will first try calling the get method on the current * DataTable object. If the method doesn't exist, then it will default