Skip to content

Commit 2377280

Browse files
author
Fabien Schurter
committed
Insert a missing word
This phrase part was missing the «it» word as a subject. New lines were reorganized a bit in order to respect the 80 character wrap length.
1 parent 8e20dfb commit 2377280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dependency_injection/types.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ The disadvantages of setter injection are:
170170

171171
* The setter can be called more than just at the time of construction so
172172
you cannot be sure the dependency is not replaced during the lifetime of the
173-
object (except by explicitly writing the setter method to check if has already been
174-
called).
173+
object (except by explicitly writing the setter method to check if it has already
174+
been called).
175175

176176
* You cannot be sure the setter will be called and so you need to add checks
177177
that any required dependencies are injected.

0 commit comments

Comments
 (0)