diff --git a/service_container/tags.rst b/service_container/tags.rst index 23dd6472422..bf8f6959db4 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -800,7 +800,7 @@ array element. For example, to retrieve the ``handler_two`` handler:: { $handlers = iterator_to_array($handlers); - $handlerTwo = $handlers['handler_two']: + $handlerTwo = $handlers['handler_two']; } }