mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixing pagination api doc typo
This commit is contained in:
parent
a511e3511c
commit
2187c160b9
@ -270,7 +270,7 @@ class PaginatedList extends SS_ListDecorator {
|
||||
* </code>
|
||||
*
|
||||
* @param int $context The number of pages to display around the current
|
||||
* page. The number should be event, as half the number of each pages
|
||||
* page. The number should be even, as half the number of each pages
|
||||
* are displayed on either side of the current one.
|
||||
* @return SS_List
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user