Skip to content

Commit b17bd5f

Browse files
committed
Merge branch 'add_lazy_attribute' of github.com:Tiriel/symfony-docs into add_lazy_attribute
2 parents ebd7af4 + 1abfe91 commit b17bd5f

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 parameter
140+
This attribute can be used on a class or on a parameter which should be lazy-loaded, and has a parameter
141141
that also supports defining interfaces to proxy and intersection types::
142142

143143
public function __construct(

0 commit comments

Comments
 (0)