aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/tutorial.hdr
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-23 18:43:57 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-23 18:43:57 +0800
commit4401abb1666b81b214d16288e95e84ab436094c6 (patch)
tree211cbb8ff570edf466ffe088ff16562f194ca03c /doc_src/tutorial.hdr
parent27be004c64c179a5e8f0bbecc969ec544fd7938f (diff)
tutorial: arrays as a synonym for lists
Diffstat (limited to 'doc_src/tutorial.hdr')
-rw-r--r--doc_src/tutorial.hdr2
1 files changed, 1 insertions, 1 deletions
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:
<outp>Mister Noodle</outp>
\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