From 74570a8734f5762f5a4f38360fa8f06c051c3dad Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Wed, 28 Oct 2020 09:58:55 +0300 Subject: fix: typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {}) -- cgit v1.2.3