Skip to content

Commit

Permalink
Optimize comments
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Oct 13, 2024
1 parent 4bb68cf commit a7f60f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ public function links(): string
}

/**
* Limit the start".
* "Limit the start".
* Sets the starting page number for pagination links.
* Determines the first page number to display based on the current page and the number of links.
*/
Expand All @@ -538,7 +538,7 @@ private function setPageStart(): self
}

/**
* Limit the end".
* "Limit the end".
* Sets the ending page number for pagination links.
* Determines the last page number to display based on the current page and the number of links.
*/
Expand Down

0 comments on commit a7f60f3

Please sign in to comment.