summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-10-28 09:58:55 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-10-28 09:58:55 +0300
commit74570a8734f5762f5a4f38360fa8f06c051c3dad (patch)
treed6e15f8b2dcbc4d6c40b2d70c2e479e6c6e0fd1f
parent4d075986bb8a99924f07d319a110e2b63283935d (diff)
fix: typo
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index d58cc6f..4956851 100644
--- a/README.org
+++ b/README.org
@@ -111,7 +111,7 @@ This is possible because =fn*= separates the namespace part from the function na
See =core.fnl= for more examples.
** =fn&=
-Works similarly to Fennel's =fn=, by creating ordinary function without arity semantics, except does the namespace automation like =fn*,= and has the same order of arguments as the latter:
+Works similarly to Fennel's =fn=, by creating ordinary function without arity semantics, except does the namespace automation like =fn*=, and has the same order of arguments as the latter:
#+begin_src fennel
(local ns {})