From 0501999e439c27cf148ce30b296d561f06c181ee Mon Sep 17 00:00:00 2001 From: diguage Date: Thu, 6 Aug 2020 09:16:08 +0800 Subject: [PATCH] Fix comment syntax in xml examples See gh-25537 --- src/docs/asciidoc/core/core-appendix.adoc | 4 ++-- src/docs/asciidoc/languages/dynamic-languages.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/asciidoc/core/core-appendix.adoc b/src/docs/asciidoc/core/core-appendix.adoc index ee20da30b48..885f3a20e23 100644 --- a/src/docs/asciidoc/core/core-appendix.adoc +++ b/src/docs/asciidoc/core/core-appendix.adoc @@ -242,7 +242,7 @@ The following example shows a path being used against another bean, by name: [source,xml,indent=0,subs="verbatim,quotes"] ---- - // target bean to be referenced by name + @@ -252,7 +252,7 @@ The following example shows a path being used against another bean, by name: - // results in 11, which is the value of property 'spouse.age' of bean 'person' + diff --git a/src/docs/asciidoc/languages/dynamic-languages.adoc b/src/docs/asciidoc/languages/dynamic-languages.adoc index 8464f980cac..b2f88f4a362 100644 --- a/src/docs/asciidoc/languages/dynamic-languages.adoc +++ b/src/docs/asciidoc/languages/dynamic-languages.adoc @@ -462,7 +462,7 @@ The following bean definition uses the calculator defined in Groovy: [source,xml,indent=0] [subs="verbatim,quotes"] ---- - <-- from the file 'beans.xml' --> +