Skip to content

Commit 5f0adec

Browse files
authored
Update README.md (#580)
1 parent 45b467c commit 5f0adec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ g.index.writable?
108108
g.repo
109109
g.dir
110110

111-
g.log # returns array of Git::Commit objects
111+
g.log # returns a Git::Log object, which is an Enumerator of Git::Commit objects
112112
g.log.since('2 weeks ago')
113113
g.log.between('v2.5', 'v2.6')
114114
g.log.each {|l| puts l.sha }

0 commit comments

Comments
 (0)