Browse Source

Adjusted paginator comment.

Taylor Otwell 13 years ago
parent
commit
4959a38d01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      system/paginator.php

+ 2 - 2
system/paginator.php

@@ -93,8 +93,8 @@ class Paginator {
 	 *
 	 * 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