Reword code-comment to reflect the implementation

This commit is contained in:
Ashwin Maroli 2019-06-14 15:46:09 +05:30
parent cca639dcc3
commit 25898f8d9d
1 changed files with 2 additions and 3 deletions

View File

@ -9,10 +9,9 @@ module Jekyll
@unfiltered_content = [] @unfiltered_content = []
end end
# Read all the files in <source>/<dir>/ for Yaml header and create a new Page # Create a new StaticFile object for every entry in a given list of basenames.
# object for each file.
# #
# dir - The String relative path of the directory to read. # files - an array of file basenames.
# #
# Returns an array of static files. # Returns an array of static files.
def read(files) def read(files)