Skip to content

Commit 36b380c

Browse files
Fix code example
In the code example is a colon instead of semicolon at the end of line
1 parent 28dd653 commit 36b380c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ array element. For example, to retrieve the ``handler_two`` handler::
800800
{
801801
$handlers = iterator_to_array($handlers);
802802

803-
$handlerTwo = $handlers['handler_two']:
803+
$handlerTwo = $handlers['handler_two'];
804804
}
805805
}
806806

0 commit comments

Comments
 (0)