aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 {