Skip to content

Commit

Permalink
Fix typo filename
Browse files Browse the repository at this point in the history
  • Loading branch information
juukie authored and javiereguiluz committed Sep 23, 2024
1 parent 16cceab commit 19ee7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ Let's say you have the following functional interface::
You also have a service that defines many methods and one of them is the same
``format()`` method of the previous interface::

// src/Service/MessageFormatterInterface.php
// src/Service/MessageUtils.php
namespace App\Service;

class MessageUtils
Expand Down

0 comments on commit 19ee7d2

Please sign in to comment.