summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-10-24 15:28:04 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-10-24 15:28:04 +0300
commitc1e418b225d4e8f8c99ec0b8514098951d2a1881 (patch)
treee59943a08c1bf6130227af45300f4f6fa28c7e05 /README.org
parent83af7d7e9ffe3ae32e2cffbf59d204d3809ffe70 (diff)
gitlab doesn't like Org's links
Diffstat (limited to 'README.org')
-rw-r--r--README.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.org b/README.org
index 4ddaf56..5a23b66 100644
--- a/README.org
+++ b/README.org
@@ -100,7 +100,6 @@ Much like =if-let= and =when-let=, except tests expression for =nil=.
#+end_src
*** =into=
-<<into>>
Clojure's =into= function implemented as macro, because Fennel has no runtime distinction between =[]= and ={}= tables, since Lua also doesn't feature this feature.
However we can do this at compile time.
@@ -169,7 +168,7 @@ Works mostly like in Clojure, but, since Fennel doesn't have list object, it ret
;; nil
#+end_src
-See [[into][into]] on how to transform such sequence back into associative table.
+See =into= on how to transform such sequence back into associative table.
*** =first= and =rest=
=first= returns first value of a table.