Remove mismatched marker in core-beans.adoc

Closes gh-24132
This commit is contained in:
Rossen Stoyanchev
2019-12-04 16:14:14 +00:00
parent fb13f6f0bc
commit 797f618f2b

View File

@@ -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