updating some comments in Page that referred to Post

This commit is contained in:
Jack Danger Canty 2008-12-10 15:24:49 -08:00
parent ece127c865
commit f3a1aa99e2
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ module Jekyll
# Initialize a new Page.
# +base+ is the String path to the <source>
# +dir+ is the String path between <source> and the file
# +name+ is the String filename of the post file
# +name+ is the String filename of the file
#
# Returns <Page>
def initialize(base, dir, name)
@ -24,8 +24,8 @@ module Jekyll
#self.transform
end
# Extract information from the post filename
# +name+ is the String filename of the post file
# Extract information from the page filename
# +name+ is the String filename of the page file
#
# Returns nothing
def process(name)