Skip to content

Commit dd2857c

Browse files
committed
[#3072] Syntax tweaks thanks to @xabbuh
1 parent 36baee1 commit dd2857c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/service_container/scopes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ your code. This should also be taken into account when declaring your service:
210210
->setSynchronized(true);
211211
212212
.. caution::
213-
214-
The service using the synchronized service will need to be public in order have its
215-
setter called when the scope changes.
213+
214+
The service using the synchronized service will need to be public in order
215+
have its setter called when the scope changes.
216216

217217
.. _changing-service-scope:
218218

0 commit comments

Comments
 (0)