aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-05 10:30:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-05 10:30:46 +1300
commit09f7420206cae2793134c2c95727c35884089b0c (patch)
tree377f76e6f811d8b4127764866f0e7fe6865792d3 /README.markdown
parentAdd gwp(1) (diff)
downloaddotfiles-09f7420206cae2793134c2c95727c35884089b0c.tar.gz
dotfiles-09f7420206cae2793134c2c95727c35884089b0c.zip
Switch to correct plural of "index"
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")