aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 5eae69ac..b591b5f4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -114,7 +114,7 @@ older syntax for certain things such as appending items to arrays:
array[${#array[@]}]=$item
Compare this to the much nicer syntax available since 3.1-alpha1, which
-actually works for arrays with sparse indexes, unlike the above syntax:
+actually works for arrays with sparse indices, unlike the above syntax:
array+=("$item")