We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0757f65 commit 73994f8Copy full SHA for 73994f8
components/dependency_injection/parentservices.rst
@@ -276,8 +276,8 @@ when the child services are instantiated.
276
277
The parent service is abstract as it should not be directly retrieved from the
278
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.
+other services can use. This is why it can have no ``class`` configured which
+would cause an exception to be raised for a non-abstract service.
281
282
.. note::
283
0 commit comments