Skip to content

Commit 0d10188

Browse files
committed
link forms on macros page
1 parent 974e6a3 commit 0d10188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/macros.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Creating lazy things (see also <<sequences#,Sequences>>): https://clojure.github
5454
Documenting code: https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/assert[assert] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/comment[comment] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/doc[doc]
5555
Transactions: https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/dosync[dosync] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/io![io!]
5656

57-
A few <<special_forms#,special forms>> are actually implemented as macros, primarily to provide destructuring: fn let loop
57+
A few <<special_forms#,special forms>> are actually implemented as macros, primarily to provide destructuring: https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/fn[fn] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/let[let] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/loop[loop]

0 commit comments

Comments
 (0)