Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Jun 13, 2012
1 parent af41244 commit e0488da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rugged/repository.rb
Expand Up @@ -47,14 +47,14 @@ def lookup(oid)
Rugged::Object.lookup(self, oid)
end

# Look up a refspec.
# Look up an object by a revision string.
#
# Returns one of the four classes that inherit from Rugged::Object.
def rev_parse(spec)
Rugged::Object.rev_parse(self, spec)
end

# Look up a refspec.
# Look up an object by a revision string.
#
# Returns the oid of the matched object as a String
def rev_parse_oid(spec)
Expand Down

0 comments on commit e0488da

Please sign in to comment.