Skip to content

Commit 7de30fe

Browse files
authored
Fix typo
1 parent e61ccc6 commit 7de30fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Inside this locator you can retrieve services by index using the value of the
491491
{
492492
public function __construct(ServiceLocator $locator)
493493
{
494-
$handlerTwo = $locator->get('handler_two'):
494+
$handlerTwo = $locator->get('handler_two');
495495
}
496496

497497
// ...

0 commit comments

Comments
 (0)