Fixing pagination api doc typo

This commit is contained in:
3Dgoo 2017-05-03 06:23:47 +09:30 committed by GitHub
parent a511e3511c
commit 2187c160b9

View File

@ -270,7 +270,7 @@ class PaginatedList extends SS_ListDecorator {
* </code> * </code>
* *
* @param int $context The number of pages to display around the current * @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. * are displayed on either side of the current one.
* @return SS_List * @return SS_List
*/ */