summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
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: