Skip to content

Commit 73994f8

Browse files
Clarifying explanation of not needing to specify class on an abstract class.
1 parent 0757f65 commit 73994f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dependency_injection/parentservices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ when the child services are instantiated.
276276

277277
The parent service is abstract as it should not be directly retrieved from the
278278
container or passed into another service. It exists merely as a "template" that
279-
other services can use. This is why it has no ``class`` configured which would
280-
cause an exception to be raised for a non-abstract service.
279+
other services can use. This is why it can have no ``class`` configured which
280+
would cause an exception to be raised for a non-abstract service.
281281

282282
.. note::
283283

0 commit comments

Comments
 (0)