From 8bbd44fdfc8e48c9f826a77c97aa210f0a015458 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sat, 17 Apr 2010 19:46:34 -0400 Subject: [PATCH] this -> the --- lib/gollum/page.rb | 6 +++--- lib/gollum/wiki.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/gollum/page.rb b/lib/gollum/page.rb index ed1cd5d0..0c14e2b4 100644 --- a/lib/gollum/page.rb +++ b/lib/gollum/page.rb @@ -66,12 +66,12 @@ module Gollum end end - # Public: The Grit::Commit version of the page. + # Public: The current version of the page. # # Returns the Grit::Commit. attr_reader :version - # Public: All of the versions that have touched this Page. + # Public: All of the versions that have touched the Page. # # Returns an Array of Grit::Commit. def versions @@ -156,7 +156,7 @@ module Gollum return nil # nothing was found end - # Populate this Page with information from the Blob. + # Populate the Page with information from the Blob. # # blob - The Grit::Blob that contains the info. # path - The String directory path of the page file. diff --git a/lib/gollum/wiki.rb b/lib/gollum/wiki.rb index 9a827e21..822a18d1 100644 --- a/lib/gollum/wiki.rb +++ b/lib/gollum/wiki.rb @@ -75,7 +75,7 @@ module Gollum # ######################################################################### - # The Grit::Repo associated with this wiki. + # The Grit::Repo associated with the wiki. # # Returns the Grit::Repo. attr_reader :repo