From 4401abb1666b81b214d16288e95e84ab436094c6 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 23 Jul 2015 18:43:57 +0800 Subject: tutorial: arrays as a synonym for lists Closes https://github.com/fish-shell/fish-site/issues/13 [skip ci] --- doc_src/tutorial.hdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc_src/tutorial.hdr') diff --git a/doc_src/tutorial.hdr b/doc_src/tutorial.hdr index 7cad5cb9..ccf2a519 100644 --- a/doc_src/tutorial.hdr +++ b/doc_src/tutorial.hdr @@ -251,7 +251,7 @@ Unlike other shells, variables are not further split after substitution: Mister Noodle \endfish -In bash, this would have created two directories "Mister" and "Noodle". In `fish`, it created only one: the variable had the value "Mister Noodle", so that is the argument that was passed to `mkdir`, spaces and all. +In bash, this would have created two directories "Mister" and "Noodle". In `fish`, it created only one: the variable had the value "Mister Noodle", so that is the argument that was passed to `mkdir`, spaces and all. Other shells use the term "arrays", rather than lists. \section tut_exit_status Exit Status -- cgit v1.2.3