aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-05-18 20:45:46 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2017-05-21 13:19:45 +0200
commit365d6e69e17e44f972934fd9582a01cc03754fe1 (patch)
treeb72d0a3a35ef2dcd392601b1382cc7dee4f8efe9 /README.adoc
parent5963b99c3eba2c217e8ff86ab04501c89be3ccb0 (diff)
downloadell-365d6e69e17e44f972934fd9582a01cc03754fe1.tar.gz
ell-365d6e69e17e44f972934fd9582a01cc03754fe1.tar.xz
ell-365d6e69e17e44f972934fd9582a01cc03754fe1.zip
Various mostly safety fixes
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 3ac6f15..376edfc 100644
--- a/README.adoc
+++ b/README.adoc
@@ -47,7 +47,7 @@ Runtime
-------
All variables are put in a single global namespace with no further scoping.
When calling a command (which is a list of lists), all arguments are
-automatically stored in variables named 1, 2, 3, ... n. They are however
+automatically stored in variables named 0, 1, 2, 3, ... n. They are however
effectively inaccessible and you must rename them first using the `arg` special
form.