Skip to content

Commit

Permalink
Fix typo in core-beans.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
devorio authored and Zoran0104 committed Aug 20, 2021
1 parent 6a67076 commit 462ea74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core/core-beans.adoc
Expand Up @@ -5388,7 +5388,7 @@ matching an `account` qualifier against beans marked with the same qualifier lab

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

0 comments on commit 462ea74

Please sign in to comment.