diff options
author | ferhat elmas <elmas.ferhat@gmail.com> | 2016-10-07 12:48:00 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-10-07 12:48:00 +0200 |
commit | 5b562aad6b2018a203ab786d7e302d8f436582c2 (patch) | |
tree | f5e5d0740fd041ab6b9182f3c4ee0a413106b7b8 /README.md | |
parent | 0c7fdeb11e353c0c444890f589013df9d531c388 (diff) | |
download | go-git-5b562aad6b2018a203ab786d7e302d8f436582c2.tar.gz |
fix a typo in readme (#83)
* s/shorted/sorted/
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ if err != nil { defer iter.Close() for { - //the commits are not shorted in any special order + //the commits are not sorted in any special order commit, err := iter.Next() if err != nil { if err == io.EOF { |