aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorferhat elmas <elmas.ferhat@gmail.com>2016-10-07 12:48:00 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-10-07 12:48:00 +0200
commit5b562aad6b2018a203ab786d7e302d8f436582c2 (patch)
treef5e5d0740fd041ab6b9182f3c4ee0a413106b7b8 /README.md
parent0c7fdeb11e353c0c444890f589013df9d531c388 (diff)
downloadgo-git-5b562aad6b2018a203ab786d7e302d8f436582c2.tar.gz
fix a typo in readme (#83)
* s/shorted/sorted/
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 16b26a2..a54904e 100644
--- a/README.md
+++ b/README.md
@@ -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 {