Skip to content

Commit

Permalink
Fixed Grammatical Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Victory-Canopus committed Sep 14, 2023
1 parent 5996196 commit 5cfc9d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* <h3>Autowired Constructors</h3>
* <p>Only one constructor of any given bean class may declare this annotation with the
* {@link #required} attribute set to {@code true}, indicating <i>the</i> constructor
* to autowire when used as a Spring bean. Furthermore, if the {@code required}
* to be autowired when used as a Spring bean. Furthermore, if the {@code required}
* attribute is set to {@code true}, only a single constructor may be annotated
* with {@code @Autowired}. If multiple <i>non-required</i> constructors declare the
* annotation, they will be considered as candidates for autowiring. The constructor
Expand Down

0 comments on commit 5cfc9d8

Please sign in to comment.