Merge pull request #1441 from sleeper/master

Fix a misleading typo
This commit is contained in:
Parker Moore 2013-08-21 18:51:54 -07:00
commit 20b28f0fa8
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ module Jekyll
# Initialize a new Pager. # Initialize a new Pager.
# #
# config - The Hash configuration of the site. # site - the Jekyll::Site object
# page - The Integer page number. # page - The Integer page number.
# all_posts - The Array of all the site's Posts. # all_posts - The Array of all the site's Posts.
# num_pages - The Integer number of pages or nil if you'd like the number # num_pages - The Integer number of pages or nil if you'd like the number