language typo

This commit is contained in:
feldenla
2019-12-19 18:02:19 +00:00
committed by Fabien Potencier
parent 335dcad4b0
commit 8b8cfb0f4e
+1 -1
View File
@@ -5,7 +5,7 @@
The ``same as`` test was added in Twig 1.14.2 as an alias for ``sameas``.
``same as`` checks if a variable is the same as another variable.
This is the equivalent to ``===`` in PHP:
This is equivalent to ``===`` in PHP:
.. code-block:: twig