Skip to content

Missing word in DependencyInjection => Types of Injection #4278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 28, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/dependency_injection/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ The disadvantages of setter injection are:

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

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