Merge pull request #6864 from 3Dgoo/patch-1

Fixing pagination api doc typo
This commit is contained in:
Chris Joe 2017-05-03 22:42:50 +12:00 committed by GitHub
commit 9315ac2442

View File

@ -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
*/