From 24d27d0e256e2c5f9b23efe4cd601bb84281b7bc Mon Sep 17 00:00:00 2001 From: Ber Clausen Date: Fri, 28 Mar 2014 21:23:53 -0300 Subject: [PATCH] Docs. --- src/Controller/Component/PaginatorComponent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/Component/PaginatorComponent.php b/src/Controller/Component/PaginatorComponent.php index 5c6b856a943..46d021e5fdd 100644 --- a/src/Controller/Component/PaginatorComponent.php +++ b/src/Controller/Component/PaginatorComponent.php @@ -95,7 +95,7 @@ class PaginatorComponent extends Component { * $results = $paginator->paginate($table, $settings); * }}} * - * This would allow you to have different pagination settings for `Comments` and `Posts` tables. + * This would allow you to have different pagination settings for `Articles` and `Comments` tables. * * ### Controlling sort fields *