Skip to content

Commit b79e123

Browse files
committed
Merge pull request #1869 from WouterJ/patch-11
Added link to cookbook article
2 parents 263c5b3 + 473ded5 commit b79e123

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

book/service_container.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ lots of services. Services that are never used are never constructed.
162162

163163
As an added bonus, the ``Mailer`` service is only created once and the same
164164
instance is returned each time you ask for the service. This is almost always
165-
the behavior you'll need (it's more flexible and powerful), but we'll learn
166-
later how you can configure a service that has multiple instances.
165+
the behavior you'll need (it's more flexible and powerful), but you learn how
166+
to configure a service that has multiple instances in the
167+
":doc:`/cookbook/service_container/scopes`" cookbook article.
167168

168169
.. _book-service-container-parameters:
169170

0 commit comments

Comments
 (0)