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