Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Improved explanation
  • Loading branch information
mslinn committed May 16, 2022
1 parent f67d240 commit 2d2ac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -108,7 +108,7 @@ g.index.writable?
g.repo
g.dir

g.log # returns Enumberator of Git::Commit objects
g.log # returns a Git::Log object, which is an Enumerator of Git::Commit objects
g.log.since('2 weeks ago')
g.log.between('v2.5', 'v2.6')
g.log.each {|l| puts l.sha }
Expand Down

0 comments on commit 2d2ac82

Please sign in to comment.