this -> the

This commit is contained in:
Tom Preston-Werner
2010-04-17 19:46:34 -04:00
parent a5b420bff7
commit 8bbd44fdfc
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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.
+1 -1
View File
@@ -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