Skip to content

Commit 8ba749f

Browse files
committed
Minor tweak
1 parent d582cd1 commit 8ba749f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service_container/injection_types.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Types of Injection
22
==================
33

4-
Making a class's dependencies explicit and requiring that they must be injected
5-
into it is a good way of making a class more reusable, testable and decoupled
6-
from other parts of the code.
4+
Making a class's dependencies explicit and requiring that they are injected
5+
into it is a good way to make a class more reusable, testable, and decoupled
6+
from the rest 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)