Skip to content

Commit 19ee7d2

Browse files
juukiejaviereguiluz
authored andcommitted
Fix typo filename
1 parent 16cceab commit 19ee7d2

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
@@ -1434,7 +1434,7 @@ Let's say you have the following functional interface::
14341434
You also have a service that defines many methods and one of them is the same
14351435
``format()`` method of the previous interface::
14361436

1437-
// src/Service/MessageFormatterInterface.php
1437+
// src/Service/MessageUtils.php
14381438
namespace App\Service;
14391439

14401440
class MessageUtils

0 commit comments

Comments
 (0)