Skip to content

Commit 8f1f2f0

Browse files
committed
A last correction.
1 parent 9ffdd5b commit 8f1f2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/injection_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Types of Injection
33

44
Making a class's dependencies explicit and requiring that they must be injected
55
into it is a good way of making a class more reusable, testable and decoupled
6-
from the others.
6+
from other parts of the code.
77

88
There are several ways that the dependencies can be injected. Each injection
99
point has advantages and disadvantages to consider, as well as different

0 commit comments

Comments
 (0)