summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-10-21 20:34:39 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-10-21 20:34:39 +0300
commit58c188560c2935d500852ebb03f00f832c61cc72 (patch)
tree6e783535473649b7d44c7eb80b603e0a06dca826 /README.org
parent46f472901768d53ad62f9313a977c5ff006a041c (diff)
added more macros, and functions to the `core` modules
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index e681f26..3b5d769 100644
--- a/README.org
+++ b/README.org
@@ -12,7 +12,7 @@ Goals of this project are:
** Macros
*** =fn*=
-Clojure's =defn= equivalent.
+Clojure's =fn= equivalent.
Returns a function of fixed arity by doing runtime dispatch, based on argument amount.
Capable of producing multi-arity functions: