Skip to content

Commit

Permalink
Docs: Drop last inline callouts
Browse files Browse the repository at this point in the history
Drops some inline callouts that snuck into 7.x. We're doings this in
preparation for switching the elasticsearch reference to asciidoctor
which doesn't support them.
  • Loading branch information
nik9000 committed Apr 23, 2019
1 parent 48a17d5 commit d1a3ae2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/reference/sql/functions/conditional.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ include-tagged::{sql-specs}/docs/docs.csv-spec[ifNullReturnSecond]
.Synopsis:
[source, sql]
----
IIF(expression<1>, expression<2>, [expression<3>])
IIF(expression, <1>
expression, <2>
[expression]) <3>
----

*Input*:
Expand Down

0 comments on commit d1a3ae2

Please sign in to comment.