Skip to content

Commit 2035ef3

Browse files
committed
[#2502] Minor tweaks to parent services note
1 parent 0757097 commit 2035ef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dependency_injection/parentservices.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ when the child services are instantiated.
276276

277277
.. caution::
278278

279-
``scope``, ``abstract``, ``tags`` attributes are always taken from the child.
279+
The ``scope``, ``abstract`` and ``tags`` attributes are always taken from
280+
the child service.
280281

281282
The parent service is abstract as it should not be directly retrieved from the
282283
container or passed into another service. It exists merely as a "template" that

0 commit comments

Comments
 (0)