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).
82
82
"My very own thing!!"))
83
83
----
84
84
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
86
86
87
87
* `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]+ `.
90
90
* The second argument, and all other arguments, are regular forms.
91
91
92
92
[source,clojure]
You can’t perform that action at this time.
0 commit comments