From 4959a38d0101802852f97508c1e413bb45fd9af4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 22 Jul 2011 09:57:01 -0700 Subject: [PATCH] Adjusted paginator comment. --- system/paginator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/paginator.php b/system/paginator.php index a772d28a..10e6be16 100644 --- a/system/paginator.php +++ b/system/paginator.php @@ -93,8 +93,8 @@ public function links($adjacent = 3) * * If there are not enough pages to make it worth sliding, all of the pages will be listed. * - * Note: "7" is added to the adjacent range to account for the seven constant elements - * in a slider: the first and last two links, the current page, and the two "..." strings. + * Note: "7" is added to the adjacent range to account for the seven constant elements in a + * slider: the first and last two links, the current page, and the two "..." strings. * * @param int $adjacent * @return string