Skip to content

Commit 6427a4b

Browse files
devoriosnicoll
authored andcommitted
Fix typo in core-beans.adoc
See gh-27113
1 parent 66848cf commit 6427a4b

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)