Skip to content

Commit bde6228

Browse files
committed
Merge pull request #27113 from devorio
* pr/27113: Fix typo in core-beans.adoc Closes gh-27113
2 parents 66848cf + 6427a4b commit bde6228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5388,7 +5388,7 @@ matching an `account` qualifier against beans marked with the same qualifier lab
53885388

53895389
For beans that are themselves defined as a collection, `Map`, or array type, `@Resource`
53905390
is a fine solution, referring to the specific collection or array bean by unique name.
5391-
That said, as of 4.3, collection, you can match `Map`, and array types through Spring's
5391+
That said, as of 4.3, you can match collection, `Map`, and array types through Spring's
53925392
`@Autowired` type matching algorithm as well, as long as the element type information
53935393
is preserved in `@Bean` return type signatures or collection inheritance hierarchies.
53945394
In this case, you can use qualifier values to select among same-typed collections,

0 commit comments

Comments
 (0)