Skip to content

Commit 8f01195

Browse files
committed
minor #4212 Missing backtick, thanks to @Baptouuuu (WouterJ)
This PR was merged into the 2.5 branch. Discussion ---------- Missing backtick, thanks to @Baptouuuu See #4134 Commits ------- dadaea3 Missing backtick, thanks to @Baptouuuu
2 parents 02d1091 + dadaea3 commit 8f01195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/advanced.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ a reference of the old one as ``bar.inner``:
269269
->setPublic(false)
270270
->setDecoratedService('foo');
271271
272-
Here is what's going on here: the ``setDecoratedService()` method tells
272+
Here is what's going on here: the ``setDecoratedService()`` method tells
273273
the container that the ``bar`` service should replace the ``foo`` service,
274274
renaming ``foo`` to ``bar.inner``.
275275
By convention, the old ``foo`` service is going to be renamed ``bar.inner``,

0 commit comments

Comments
 (0)