From f3a1aa99e274957301d8f72f33fcb39bd121129e Mon Sep 17 00:00:00 2001 From: Jack Danger Canty Date: Wed, 10 Dec 2008 15:24:49 -0800 Subject: [PATCH] updating some comments in Page that referred to Post --- lib/jekyll/page.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/jekyll/page.rb b/lib/jekyll/page.rb index 043b6cf2..01fe8802 100644 --- a/lib/jekyll/page.rb +++ b/lib/jekyll/page.rb @@ -9,7 +9,7 @@ module Jekyll # Initialize a new Page. # +base+ is the String path to the # +dir+ is the String path between and the file - # +name+ is the String filename of the post file + # +name+ is the String filename of the file # # Returns 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)