diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-10-28 09:58:55 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-10-28 09:58:55 +0300 |
| commit | 74570a8734f5762f5a4f38360fa8f06c051c3dad (patch) | |
| tree | d6e15f8b2dcbc4d6c40b2d70c2e479e6c6e0fd1f /README.org | |
| parent | 4d075986bb8a99924f07d319a110e2b63283935d (diff) | |
fix: typo
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 {}) |