diff --git a/src/asciidoc/core-beans.adoc b/src/asciidoc/core-beans.adoc index 6ed9bb136a9..8b935ff9a4b 100644 --- a/src/asciidoc/core-beans.adoc +++ b/src/asciidoc/core-beans.adoc @@ -1719,7 +1719,7 @@ then nested `constructor-arg` elements. Let's review the examples from <> with the `c:` namespace: -[source,java,indent=0] +[source,xml,indent=0] [subs="verbatim,quotes"] ----