mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
Fix doc example: space missing between concatenated strings
This commit is contained in:
+1
-1
@@ -558,7 +558,7 @@ even if you're not working with PHP you should feel comfortable with it.
|
||||
|
||||
.. code-block:: jinja
|
||||
|
||||
{% set greeting = 'Hello' %}
|
||||
{% set greeting = 'Hello ' %}
|
||||
{% set name = 'Fabien' %}
|
||||
|
||||
{{ greeting ~ name|lower }} {# Hello fabien #}
|
||||
|
||||
Reference in New Issue
Block a user