From 66fd86be33038db375f138ef8e03df2dec1ca0e6 Mon Sep 17 00:00:00 2001 From: nkjackzhang Date: Tue, 21 Jun 2016 17:46:10 +0800 Subject: [PATCH] Fix typo in asciidoc See gh-1089 --- src/asciidoc/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/core-beans.adoc b/src/asciidoc/core-beans.adoc index 97626d293e..e834ada05d 100644 --- a/src/asciidoc/core-beans.adoc +++ b/src/asciidoc/core-beans.adoc @@ -2680,7 +2680,7 @@ understand the "why" as well as the "how" behind it. ---- To create such a proxy, you insert a child `` element into a scoped -bean definition. See <> and +bean definition. (See <> and <>.) Why do definitions of beans scoped at the `request`, `session`, `globalSession` and custom-scope levels require the `` element ? Let's examine the following singleton bean definition and contrast it with what you need