Skip to content

Commit 6f321d0

Browse files
authored
Update service_container/factories.rst
1 parent b9e15b8 commit 6f321d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/factories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Using the Class as Factory Itself
105105
When the static factory method is on the same class as the created instance,
106106
the class name can be omitted from the factory declaration.
107107
Let's suppose the ``NewsletterManager`` class has a ``create()`` method that needs
108-
to be called to create the object and need a send email address::
108+
to be called to create the object and need a sender::
109109

110110
// src/Email\NewsletterManager.php
111111
namespace App\Email;

0 commit comments

Comments
 (0)