Skip to content

Commit e384d4f

Browse files
committed
minor #15013 [Twig] Add missing space (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Twig] Add missing space <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- f5fb27d [Twig] Add missing space
2 parents 4e212ee + f5fb27d commit e384d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ You can also profile your template code with the :ref:`stopwatch Twig tag <refer
275275
.. code-block:: twig
276276
277277
{% stopwatch 'render-blog-posts' %}
278-
{% for post in blog_posts%}
278+
{% for post in blog_posts %}
279279
{# ... #}
280280
{% endfor %}
281281
{% endstopwatch %}

0 commit comments

Comments
 (0)