Skip to content

Commit 2cc2271

Browse files
authored
Fix typo filename
1 parent e8758ec commit 2cc2271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@ Let's say you have the following functional interface::
14291429
You also have a service that defines many methods and one of them is the same
14301430
``format()`` method of the previous interface::
14311431

1432-
// src/Service/MessageFormatterInterface.php
1432+
// src/Service/MessageUtils.php
14331433
namespace App\Service;
14341434

14351435
class MessageUtils

0 commit comments

Comments
 (0)