Fix typo in reference manual regarding JSR 330

This commit is contained in:
Sam Brannen 2016-04-06 13:56:57 +02:00
parent a9aa85c6c0
commit 5a0a88c039
1 changed files with 1 additions and 1 deletions

View File

@ -2769,7 +2769,7 @@ application context that you configured with `@ContextConfiguration`. You may us
injection, field injection, or both, depending on which annotations you choose and
whether you place them on setter methods or fields. For consistency with the annotation
support introduced in Spring 2.5 and 3.0, you can use Spring's `@Autowired` annotation
or the `@Inject` annotation from JSR 300.
or the `@Inject` annotation from JSR 330.
[TIP]
====