Skip to content

Commit 92f0da6

Browse files
yuhan0bbatsov
authored andcommitted
Fix unwanted [[]] template syntax in Asciidoc
1 parent 6ad997e commit 92f0da6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/modules/ROOT/pages/indent_spec.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)