Skip to content

Commit b5262e7

Browse files
committed
docs: change expression
1 parent bb3cff4 commit b5262e7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

system/Pager/PagerRenderer.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
class PagerRenderer
2626
{
2727
/**
28-
* First page number in the current pages being displayed.
28+
* First page number in the set of links to be displayed.
2929
*
3030
* @var int
3131
*/
3232
protected $first;
3333

3434
/**
35-
* Last page number in the current pages being displayed.
35+
* Last page number in the set of links to be displayed.
3636
*
3737
* @var int
3838
*/
@@ -382,7 +382,7 @@ public function getNextPage()
382382
}
383383

384384
/**
385-
* Returns the page number of the first page in the current pages being displayed.
385+
* Returns the page number of the first page in the set of links to be displayed.
386386
*/
387387
public function getFirstPageNumber(): int
388388
{
@@ -398,7 +398,7 @@ public function getCurrentPageNumber(): int
398398
}
399399

400400
/**
401-
* Returns the page number of the last page in the current pages being displayed.
401+
* Returns the page number of the last page in the set of links to be displayed.
402402
*/
403403
public function getLastPageNumber(): int
404404
{

user_guide_src/source/libraries/pagination.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,11 @@ These methods return the page number for the previous or next pages in relation
320320
getFirstPageNumber() & getLastPageNumber()
321321
------------------------------------------
322322

323-
These methods return the page numbers to the first and last pages in the current pages
324-
being displayed.
323+
These methods return the page numbers to the first and last pages in the set of
324+
links to be displayed.
325325

326326
.. note:: Unlike `getFirst() & getLast()`_, these methods return the numbers in
327-
the current pages being displayed.
327+
the set of links to be displayed.
328328

329329
getCurrentPageNumber()
330330
----------------------

0 commit comments

Comments
 (0)