Skip to content

Commit

Permalink
Fix up a few TomDocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Jun 6, 2012
1 parent 0e9e7fb commit 47090ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/jekyll/site.rb
Expand Up @@ -121,7 +121,7 @@ def read_layouts
# 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 = '')
Expand Down Expand Up @@ -257,7 +257,7 @@ def write
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.
#
Expand Down Expand Up @@ -307,7 +307,7 @@ def site_payload
# 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)
Expand Down

0 comments on commit 47090ff

Please sign in to comment.