Skip to content

Commit

Permalink
fix backticks with double backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclermont committed Mar 30, 2013
1 parent 86ef304 commit 5aaad8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/service_container.rst
Expand Up @@ -234,8 +234,8 @@ looks up the value of each parameter and uses it in the service definition.
.. note::

It can be useful to pass other services in as arguments to your custom service.
For example, you may want to pass in the `request` service as an argument.
In these cases, you may receive a `ScopeWideningInjectionException`.
For example, you may want to pass in the ``request`` service as an argument.
In these cases, you may receive a ``ScopeWideningInjectionException``.
To understand this problem better and learn how to solve it, refer to
the cookbook article :doc:`/cookbook/service_container/scopes` for a
few solutions.
Expand Down

0 comments on commit 5aaad8d

Please sign in to comment.