diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index 29e7f9d26450..d434ac95de15 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -5400,7 +5400,6 @@ The following example shows corresponding bean definitions. is qualified with the same value. <2> The bean with the `action` qualifier value is wired with the constructor argument that is qualified with the same value. -==== For a fallback match, the bean name is considered a default qualifier value. Thus, you can define the bean with an `id` of `main` instead of the nested qualifier element, leading