Skip to content

Commit a0de688

Browse files
committed
missing backtik
1 parent cffd6b9 commit a0de688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ a reference of the old one as ``bar.inner``:
233233
->setPublic(false)
234234
->setDecoratedService('foo');
235235
236-
Here is what's going on here: the ``setDecoratedService()` method tells
236+
Here is what's going on here: the ``setDecoratedService()`` method tells
237237
the container that the ``bar`` service should replace the ``foo`` service,
238238
renaming ``foo`` to ``bar.inner``.
239239
By convention, the old ``foo`` service is going to be renamed ``bar.inner``,

0 commit comments

Comments
 (0)