Skip to content

Commit 5aaad8d

Browse files
committed
fix backticks with double backticks
1 parent 86ef304 commit 5aaad8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/service_container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ looks up the value of each parameter and uses it in the service definition.
234234
.. note::
235235

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

0 commit comments

Comments
 (0)