Skip to content

Commit d3cea66

Browse files
committed
remove unnecessary text
1 parent 5aaad8d commit d3cea66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/service_container.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ looks up the value of each parameter and uses it in the service definition.
237237
For example, you may want to pass in the ``request`` service as an argument.
238238
In these cases, you may receive a ``ScopeWideningInjectionException``.
239239
To understand this problem better and learn how to solve it, refer to
240-
the cookbook article :doc:`/cookbook/service_container/scopes` for a
241-
few solutions.
240+
the cookbook article :doc:`/cookbook/service_container/scopes`.
242241

243242
The purpose of parameters is to feed information into services. Of course
244243
there was nothing wrong with defining the service without using any parameters.

0 commit comments

Comments
 (0)