Skip to content

Commit 2551322

Browse files
committed
Rewording
1 parent 90956cc commit 2551322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/dependency_injection/factories.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ class:
7171
.. note::
7272

7373
When using a factory to create services, the value chosen for the ``class``
74-
option has no effect on the resulting service, since the actual class name
75-
only depends on the object returned by the factory. However, the configured
76-
class may be used by compiler passes and therefore should be set to a
74+
option has no effect on the resulting service. The actual class name only
75+
depends on the object that is returned by the factory. However, the configured
76+
class name may be used by compiler passes and therefore should be set to a
7777
sensible value.
7878

7979
When you specify the class to use for the factory (via ``factory_class``)

0 commit comments

Comments
 (0)