From 09f7420206cae2793134c2c95727c35884089b0c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 5 Dec 2016 10:30:46 +1300 Subject: Switch to correct plural of "index" --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') 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") -- cgit v1.2.3