aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-06-18 16:06:57 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-06-18 16:06:57 +0100
commit1607b9d3d2a3b511b7914828b4ad6533b1767317 (patch)
tree29344e571ff6cd740940501c7ce07029f099b6d4 /README.md
parent04f83961eaa30cdbc24584ea744e955e32d00e0c (diff)
downloadfunco-1607b9d3d2a3b511b7914828b4ad6533b1767317.tar.gz
funco-1607b9d3d2a3b511b7914828b4ad6533b1767317.zip
Typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6106026..c18092c 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ Other built-in functions are:
* `drop(n list)`: return the list dropping the n first elements
* `display(value)`: prints its arguments to the screen, for example `display("hello" "world")`
* `..(i j)`: generate a list of integers from i to j
-* `\[](l n)`: get item n in l (n is zero based)
+* `[](l n)`: get item n in l (n is zero based)
See the examples in `./examples`.