From 47090ffd2a0a4e35c6e2294b6a7a4f4899beec18 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Wed, 6 Jun 2012 11:59:37 -0700 Subject: [PATCH] Fix up a few TomDocs. --- lib/jekyll/site.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb index 799dcc2e..bd16a257 100644 --- a/lib/jekyll/site.rb +++ b/lib/jekyll/site.rb @@ -121,7 +121,7 @@ module Jekyll # that will become part of the site according to the rules in # filter_entries. # - # dir - The String relative path of the directory to read. + # dir - The String relative path of the directory to read. Default: ''. # # Returns nothing. def read_directories(dir = '') @@ -257,7 +257,7 @@ module Jekyll end end - # Constructs a Hash of Posts indexed by the specified Post attribute. + # Construct a Hash of Posts indexed by the specified Post attribute. # # post_attr - The String name of the Post attribute. # @@ -307,7 +307,7 @@ module Jekyll # or are excluded in the site configuration, unless they are web server # files such as '.htaccess'. # - # entries - The Array of file/directory entries to filter. + # entries - The Array of String file/directory entries to filter. # # Returns the Array of filtered entries. def filter_entries(entries)