Skip to content

Commit 1abfe91

Browse files
TirielOskarStark
andauthored
Fix from review
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 2c7dc81 commit 1abfe91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/lazy_services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Another possibility is to use the :class:`Symfony\\Component\\DependencyInjectio
137137
// ...
138138
}
139139

140-
This attribute can be used on a class or on an argument which should be lazy-loaded, and has a `lazy` parameter
140+
This attribute can be used on a class or on a parameter which should be lazy-loaded, and has a ``lazy`` parameter
141141
that also supports defining interfaces to proxy and intersection types::
142142

143143
public function __construct(

0 commit comments

Comments
 (0)