Skip to content

Commit 64b05eb

Browse files
committed
-
1 parent cfd2566 commit 64b05eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ quick access to complex PHP variables. Consider the following template:
156156

157157
.. code-block:: html+twig
158158

159-
<p>{{ user.name }} added this comment on {{ comment.publishedAt|date }}</p>
159+
<p>{{ user.name }} added this comment on {{ comment.publishedAt|date }}</p>
160160

161161
The ``user.name`` notation means that you want to display some information
162162
(``name``) stored in a variable (``user``). Is ``user`` an array or an object?

0 commit comments

Comments
 (0)