aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/tutorial.hdr
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-12-16 16:35:17 +0100
committerGravatar Fabian Homborg <FHomborg@gmail.com>2015-12-16 16:35:17 +0100
commitaefe08412454074ddc3a85e98e9449c2dfc8830f (patch)
tree2b22a54fc8ab671a544ae50f4bad6b86ec6bac67 /doc_src/tutorial.hdr
parentc68f8f34182998ba8d2b46a5ffeef8d13dd79231 (diff)
parent666dcd78badb1c377e9798bc82bb0a9742a4b0ae (diff)
Merge pull request #2607 from jakwings/doc
Improve documentations (see #354)
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 6ecd13c6..1b0e121a 100644
--- a/doc_src/tutorial.hdr
+++ b/doc_src/tutorial.hdr
@@ -348,7 +348,7 @@ You can iterate over a list (or a slice) with a for loop:
<outp>entry: /usr/local/bin</outp>
\endfish
-Lists adjacent to other lists or strings are expanded as cartesian products unless quoted (see <a href="index.html#expand-variable">Variable expansion</a>):
+Lists adjacent to other lists or strings are expanded as <a href="index.html#cartesian-product">cartesian products</a> unless quoted (see <a href="index.html#expand-variable">Variable expansion</a>):
\fish{cli-dark}
>_ set -l a 1 2 3