diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-05-21 18:20:12 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-05-21 18:20:12 +0200 |
commit | b9c2a395d9cbc49ebbdf843e80d57504b213792c (patch) | |
tree | 08535d1c5ea17f8e23e3460ba3304e5a32bebba0 | |
parent | 9ae0e6dc0e460ca8115f25e8ea7d110714346c2d (diff) | |
download | ell-b9c2a395d9cbc49ebbdf843e80d57504b213792c.tar.gz ell-b9c2a395d9cbc49ebbdf843e80d57504b213792c.tar.xz ell-b9c2a395d9cbc49ebbdf843e80d57504b213792c.zip |
Fix lies in README
-rw-r--r-- | README.adoc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc index 80360a8..c519cce 100644 --- a/README.adoc +++ b/README.adoc @@ -65,9 +65,7 @@ Returns the first argument. `arg <name>...` -Reassigns arguments to the current call in order to given names. This must be a -special form because of the lack of variable scoping. It needs to see arguments -from the outer scope. +Assigns arguments to the current call in order to given names. Standard library ---------------- @@ -78,7 +76,7 @@ values, everything else is taken as true. Retrieve or set a named variable. The syntax sugar for retrieval is `@`. -`list` +`list [<item>]...` Return a list made of given arguments. The syntax sugar for lists is `[]`. |