File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ only the arglist is indented specially and the rest is the body).
8282 "My very own thing!!"))
8383----
8484
85- For something even more complicated: `letfn` is `[1 [[:defn]] :form]`. This means
85+ For something even more complicated: `letfn` is `+ [1 [[:defn]] :form]+ `. This means
8686
8787* `letfn` has one special argument (the bindings list).
88- * The first arg has an indent spec of `[[:defn]]`, which means all forms
89- _inside_ the first arg have an indent spec of `[:defn]`.
88+ * The first arg has an indent spec of `+ [[:defn]]+ `, which means all forms
89+ _inside_ the first arg have an indent spec of `+ [:defn]+ `.
9090* The second argument, and all other arguments, are regular forms.
9191
9292[source,clojure]
You can’t perform that action at this time.
0 commit comments